BDD, Behat, Mink and other Wonderful Things
Behat
  Start your All-Access Pass to unlock this challenge
Buy Access Login

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

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.