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 34fdbc0 commit a9d9d4fCopy full SHA for a9d9d4f
focus-ios/XCUITest/CollapsedURLTest.swift
@@ -42,6 +42,7 @@ class CollapsedURLTest: BaseTestCase {
42
43
// After swiping down, the collapsed URL should not be displayed
44
webView.swipeDown()
45
+ waitforNoExistence(element: collapsedLockIcon)
46
XCTAssertFalse(collapsedLockIcon.exists)
47
XCTAssertFalse(collapsedTruncatedurltextTextView.exists)
48
}
0 commit comments