Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👮‍♀️**Add Password Auth SignIn Flow** 👮 #1

Open
boovius opened this issue May 13, 2020 · 0 comments
Open

👮‍♀️**Add Password Auth SignIn Flow** 👮 #1

boovius opened this issue May 13, 2020 · 0 comments

Comments

@boovius
Copy link
Contributor

boovius commented May 13, 2020

Scenario: Happy Path

Given I am a User,
And my name is "Bob Mercedes",
And I have previously created an account,
When I advance past the launch screen,
Then I see a SignIn screen with an TextField for email and TextField for password (this begins the SignInFlow for the app)
When I fill in an email of an already existing account,
And I fill in the correct associated password,
Then I am logged in to the app, brought to the CreationsList screen,
And I am presented with an alert that says "Welcome back Bob Mercedes" (this seems like the simplest way to provide demonstrable feedback to the user that they have actually logged in with the correct account)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant