()
| 15 | } |
| 16 | |
| 17 | public UsersPage typeLastName() { |
| 18 | typeInputInFrame("Last Name", FakerDataFactory.getLastName()); |
| 19 | return this; |
| 20 | } |
| 21 | |
| 22 | public UsersPage typeEmail() { |
| 23 | typeInputInFrame("Email", TempMailer.getEmailAddress()); |
nothing calls this directly
no test coverage detected