()
| 30 | } |
| 31 | |
| 32 | public UsersPage clickNewUser() { |
| 33 | frameLocator.set(getPage().frameLocator("(//iframe)[1]")); |
| 34 | clickInFrame("(//input[@title='New User'])[1]", "New User"); |
| 35 | return this; |
| 36 | } |
| 37 | |
| 38 | public UsersPage verifyMandatoryFields(List<String> labels) { |
| 39 | for (int i = 0; i < labels.size(); i++) { |
nothing calls this directly
no test coverage detected