Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Mar 30, 2020
2 parents 11625b9 + 6edaec2 commit 9b9aaad
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -48,7 +48,7 @@ public void beforeClass() throws IOException {
}

@Test
public void testUserTablePaging() {
public void test001UserTablePaging() {
ListUsersPage users = basicPage.listUsers();

screenshot("listUsers");
Expand Down Expand Up @@ -78,7 +78,7 @@ public void testUserTablePaging() {
}

@Test
public void testSearchWithLookupTable() {
public void test002SearchWithLookupTable() {

UserPage user = basicPage.newUser();
user.selectTabBasic()
Expand Down

0 comments on commit 9b9aaad

Please sign in to comment.