()
| 20 | } |
| 21 | |
| 22 | public UsersPage typeEmail() { |
| 23 | typeInputInFrame("Email", TempMailer.getEmailAddress()); |
| 24 | return this; |
| 25 | } |
| 26 | |
| 27 | public UsersPage chooseProfile() { |
| 28 | selectByIndexInFrame("#Profile", -1, "Profile"); |
nothing calls this directly
no test coverage detected