Skip to content

Commit

Permalink
deleted fields
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Feb 27, 2024
1 parent ff7d8e7 commit 682e7d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/screens/SortOptionsScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ public class SortOptionsScreen extends Screen {
new IosLocator(By.xpath("//XCUIElementTypeScrollView//XCUIElementTypeButton[3]"))), "Collection button");

private static final String SORT_SELECTION_LOCATOR_ANDROID = "//*[contains(@resource-id,\"select_dialog_listview\")]//*[@text=\"%1$s\"]";
private static final String SORT_OPTION_LOCATOR_ANDROID = "//android.widget.TextView[@text=\"%1$s\"]";
private static final String SORT_SELECTION_LOCATOR_IOS = "//XCUIElementTypeButton[@name=\"%1$s\"]";
private static final String OPTIONS_IN_TABS_LOCATOR_IOS = "//XCUIElementTypeWindow/XCUIElementTypeOther[2]//XCUIElementTypeScrollView//XCUIElementTypeButton";

private final BtnGetVariantsOfSorting btnVariantOfSorting = (button ->
getElementFactory().getButton(LocatorUtils.getLocator(
Expand Down

0 comments on commit 682e7d3

Please sign in to comment.