Skip to content

Commit

Permalink
fix for schrodinger tests UsersTest
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 30, 2020
1 parent a221ea2 commit a0a34d3
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 a0a34d3

Please sign in to comment.