| AddInvalidUserEmailTest | ||
| waitForElementPresent | link=Enterprise Admin Test Page | |
| clickAndWait | link=Enterprise Admin Test Page | |
| clickAndWait | link=Users | |
| clickAndWait | //input[@value='Add User'] | |
| type | _79_screenName | selenium04 |
| type | _79_emailAddress | Invalid Email |
| clickAndWait | //input[@value='Save'] | |
| assertTextPresent | You have entered invalid data. Please try again. | |
| assertTextPresent | Please enter a valid email address. | |
| clickAndWait | link=Return to Full Page | |