Skip to content

Commit

Permalink
changed step to check library on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Feb 8, 2024
1 parent 72acf24 commit 792960e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/stepdefinitions/CatalogSteps.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void isLibraryOpenedInCatalog(String libraryName){
menuBarScreen.openBottomMenuTab(MenuBar.SETTINGS);
settingsScreen.openLibraries();
Assert.assertTrue(libraryName + " is not present on Libraries screen", librariesScreen.isLibraryPresent(libraryName));
menuBarScreen.openBottomMenuTab(MenuBar.CATALOG);
});
}

Expand Down

0 comments on commit 792960e

Please sign in to comment.