Skip to content

Commit a9d9d4f

Browse files
author
No-Jun Park
authored
wait until collapsed URL disappears (mozilla-mobile#372)
1 parent 34fdbc0 commit a9d9d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

focus-ios/XCUITest/CollapsedURLTest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class CollapsedURLTest: BaseTestCase {
4242

4343
// After swiping down, the collapsed URL should not be displayed
4444
webView.swipeDown()
45+
waitforNoExistence(element: collapsedLockIcon)
4546
XCTAssertFalse(collapsedLockIcon.exists)
4647
XCTAssertFalse(collapsedTruncatedurltextTextView.exists)
4748
}

0 commit comments

Comments
 (0)