mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
9 lines
262 B
Gherkin
9 lines
262 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 that character
|
|
And I answer the Serendipitous question
|
|
Then that new field should be saved
|