We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcde84 commit d1f5b30Copy full SHA for d1f5b30
ios/MullvadVPNUITests/Pages/SelectLocationPage.swift
@@ -68,6 +68,9 @@ class SelectLocationPage: Page {
68
}
69
70
@discardableResult func tapCustomListEllipsisButton() -> Self {
71
+ // This wait should not be needed, but is due to the issues we are having with the ellipsis button
72
+ _ = app.buttons[.openCustomListsMenuButton].waitForExistence(timeout: BaseUITestCase.shortTimeout)
73
+
74
let customListEllipsisButtons = app.buttons
75
.matching(identifier: AccessibilityIdentifier.openCustomListsMenuButton.rawValue).allElementsBoundByIndex
76
0 commit comments