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 464d95e commit 0decea3Copy full SHA for 0decea3
Examples/Integration/IntegrationUITests/Legacy/LegacyPresentationTests.swift
@@ -410,8 +410,8 @@ final class LegacyPresentationTests: BaseIntegrationTests {
410
XCTAssertEqual(self.app.staticTexts["Custom alert!"].exists, true)
411
self.app.typeText("Hello!")
412
self.app.buttons["Submit"].tap()
413
- XCTAssertEqual(self.app.staticTexts["Hello!"].exists, true)
414
- XCTAssertEqual(self.app.staticTexts["Dismiss action sent"].exists, true)
+ XCTAssertEqual(self.app.staticTexts["Hello!"].waitForExistence(timeout: 1), true)
+ XCTAssertEqual(self.app.staticTexts["Dismiss action sent"].waitForExistence(timeout: 1), true)
415
}
416
417
func testDismissAndAlert() {
0 commit comments