mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
18 lines
466 B
Gherkin
18 lines
466 B
Gherkin
Feature: User account creation
|
|
As user of the site
|
|
I want to sign up to the website
|
|
So that, at a later date, I can access the content that I previously created
|
|
|
|
@wip
|
|
Scenario: A new user saves some content
|
|
When I sign up
|
|
And I create some content
|
|
And I log out
|
|
And I log in
|
|
Then I should see the content that I created
|
|
|
|
@wip
|
|
Scenario: A user signs up and gets a confirmation email
|
|
When I sign up
|
|
Then I should get an email
|