()
| 10 | public class UsersPage extends SalesforceHooks{ |
| 11 | |
| 12 | public UsersPage typeFirstName() { |
| 13 | typeInputInFrame("First Name", FakerDataFactory.getFirstName()); |
| 14 | return this; |
| 15 | } |
| 16 | |
| 17 | public UsersPage typeLastName() { |
| 18 | typeInputInFrame("Last Name", FakerDataFactory.getLastName()); |
nothing calls this directly
no test coverage detected