Skip to content

Commit

Permalink
Increased test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Sep 1, 2024
1 parent 9e0db7c commit 271753b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UITests/TestAppUITests/FirebaseAccountTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ extension XCUIApplication {
collectionViews.buttons["Signup"].tap()


XCTAssertTrue(staticTexts["Your Account"].waitForExistence(timeout: 2.0))
XCTAssertTrue(staticTexts["Your Account"].waitForExistence(timeout: 10.0))
XCTAssertTrue(navigationBars.buttons["Close"].exists)
navigationBars.buttons["Close"].tap()
}
Expand Down

0 comments on commit 271753b

Please sign in to comment.