Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jun 29, 2024
1 parent 2f03345 commit c2ed8e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/UITests/TestAppUITests/TestAppUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ import XCTest


class TestAppUITests: XCTestCase {
@MainActor
override func setUpWithError() throws {
try super.setUpWithError()
continueAfterFailure = false
}


@MainActor
func testSpeziQuestionnaire() throws {
let app = XCUIApplication()
app.launch()
Expand Down Expand Up @@ -53,6 +55,7 @@ class TestAppUITests: XCTestCase {
XCTAssert(app.staticTexts["No. of surveys complete: 1"].waitForExistence(timeout: 2))
}

@MainActor
func testSpeziTimedWalkTest() throws {
let app = XCUIApplication()
app.launch()
Expand Down

0 comments on commit c2ed8e4

Please sign in to comment.