Skip to content

Commit

Permalink
ignore catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Nov 2, 2023
1 parent 1078b19 commit 1c36899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/ConfigExampleUITests/ConfigExampleUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ class ConfigExampleUITests: XCTestCase {

func testConfigStartup() {
// dismiss dialogue
#if !targetEnvironment(macCatalyst)
if app.buttons["OK"].exists {
app.buttons["OK"].tap()
}
#endif
// Verify that Config Example app launched successfully
XCTAssertTrue(app.navigationBars["Firebase Config"].waitForExistence(timeout: 10))
}
Expand Down

0 comments on commit 1c36899

Please sign in to comment.