Skip to content

Commit

Permalink
Revert "Disable continueAfterFailure for the AppLock UI tests"
Browse files Browse the repository at this point in the history
This reverts commit 63b819e.
  • Loading branch information
stefanceriu committed Feb 5, 2025
1 parent 56bede2 commit 42257a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions UITests/Sources/AppLockSetupUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ import XCTest
class AppLockSetupUITests: XCTestCase {
var app: XCUIApplication!

override func setUpWithError() throws {
try super.setUpWithError()
continueAfterFailure = false
}

@MainActor enum Step {
static let createPIN = 0
static let confirmPIN = 1
Expand Down
5 changes: 0 additions & 5 deletions UITests/Sources/AppLockUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ class AppLockUITests: XCTestCase {
static let unlocked = 99
}

override func setUpWithError() throws {
try super.setUpWithError()
continueAfterFailure = false
}

func testFlowEnabled() async throws {
// Given an app with screen lock enabled.
let client = try UITestsSignalling.Client(mode: .tests)
Expand Down

0 comments on commit 42257a1

Please sign in to comment.