Skip to content

Commit

Permalink
Fix UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Mar 19, 2024
1 parent d758d97 commit ade36f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PICSUITests/OnboardingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ extension XCUIApplication {
XCTAssertTrue(staticTexts["Account Overview"].waitForExistence(timeout: 5.0))
XCTAssertTrue(staticTexts["Leland Stanford"].exists)
XCTAssertTrue(staticTexts[email].exists)
XCTAssertTrue(staticTexts["Gender Identity, Choose not to answer"].exists)
// Check for licencing.
XCTAssertTrue(buttons["License Information"].waitForExistence(timeout: 2))
buttons["License Information"].tap()
Expand Down

0 comments on commit ade36f0

Please sign in to comment.