Skip to content

Commit

Permalink
Update LaunchUITests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Sep 5, 2024
1 parent bec7914 commit 8940581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Samples/iOS-Swift/iOS-Swift-UITests/LaunchUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class LaunchUITests: BaseUITest {
XCTAssertEqual(app.state, .notRunning)

app.launch()
XCTAssertEqual(app.state, .runningForeground)
app.tabBars.firstMatch.waitForExistence("App did not open again")
}

Expand Down

0 comments on commit 8940581

Please sign in to comment.