Start your All-Access Pass to unlock this challenge
Challenge 1 / 1
The intern Bob is writing some scenarios that describe the behavior of the account area of our paleontology app. Do you see any problems with these two scenarios?
Scenario: Register
Given I am on "/"
When I fill in "email" with "dr_dino@example.com"
And I fill in "password" with "roar"
And I press "Register"
Then I should see "You're registered!"
Scenario: View my account area
Given I am on "/login"
When I fill in "email" with "dr_dino@example.com"
And I fill in "password" with "roar"
And I press "Login"
And I click "My Account"
Then I should see "My Account Information"
Skip challenges and go to theNext Chapter