Skip to content

Commit

Permalink
Fix Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Nov 21, 2023
1 parent 2700a05 commit 67c73bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ final class SpeziFHIRTests: XCTestCase {
let app = XCUIApplication()
app.launch()

XCTAssert(app.staticTexts["Spezi FHIR"].waitForExistence(timeout: 2))
XCTAssert(app.staticTexts["Allergy Intolerances: 0"].waitForExistence(timeout: 2))
}
}

0 comments on commit 67c73bd

Please sign in to comment.