Skip to content

Commit

Permalink
Update UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Mar 19, 2024
1 parent ade36f0 commit e33040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PICSUITests/OnboardingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ extension XCUIApplication {
XCTAssertTrue(buttons["Questionnaires"].waitForExistence(timeout: 2))
buttons["Questionnaires"].tap()

XCTAssertTrue(staticTexts["ONBOARDING TASK"].waitForExistence(timeout: 2))
XCTAssertTrue(staticTexts["PERSONAL INFORMATION"].waitForExistence(timeout: 2))
XCTAssertTrue(staticTexts["Onboarding Questionnaire"].waitForExistence(timeout: 2))
}
}

0 comments on commit e33040a

Please sign in to comment.