Sha256: 5a81e427e5700c8d54511a56cf3f95e4a4e33d8cbc61bcbc08f39c59e8f03f08
Contents?: true
Size: 1015 Bytes
Versions: 9
Compression:
Stored size: 1015 Bytes
Contents
Feature: In order to charge a customer for services the user must be able to complete registration Scenario: Invalid Email Given a user navigates to the registration page Then the user enters an invalid entry in the email field Then the user enters blah into the password field And tries to move to step 2 # using a instead of an for a common step definition Then a email error is displayed Scenario: Invalid Password Given a user navigates to the registration page Then the user enters blah into the email field Then the user enters an invalid entry in the password field And tries to move to step 2 Then a password error is displayed Scenario: Invalid Email and Password Given a user navigates to the registration page Then the user enters an invalid entry in the email field Then the user enters an invalid entry in the password field And tries to move to step 2 Then a email error is displayed Then a password error is displayed
Version data entries
9 entries across 9 versions & 1 rubygems