We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9f3bd commit 34fdbc0Copy full SHA for 34fdbc0
focus-ios/XCUITest/OpenInFocusTest.swift
@@ -18,6 +18,7 @@ class OpenInFocusTest : BaseTestCase {
18
19
func testOpenViaSafari() {
20
let app = XCUIApplication()
21
+ waitforExistence(element: app.textFields["URLBar.urlText"]) // wait for app.label
22
let sharedExtName = app.label.contains("Klar") ? "Firefox Klar" : "Firefox Focus" as String
23
24
let safariApp = XCUIApplication(privateWithPath: nil, bundleID: "com.apple.mobilesafari")!
0 commit comments