mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
10 lines
296 B
Gherkin
10 lines
296 B
Gherkin
Feature: Serendipitous cards
|
|
|
|
Scenario: I update character info using a serendipitous card
|
|
Given I am logged-in
|
|
And I create a character
|
|
When I view the dashboard
|
|
Then I should see my dashboard
|
|
And I answer the Serendipitous question
|
|
Then that new field should be saved
|