create_person | ||
open | /people | |
clickAndWait | link=New person | |
clickAndWait | commit | |
verifyTextPresent | First name can't be blank | |
verifyTextPresent | Last name can't be blank | |
type | person_first_name | Test |
type | person_last_name | Person |
clickAndWait | commit | |
verifyTextPresent | Person was successfully created. |