mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Revert "Disable continueAfterFailure
for the AppLock UI tests"
This reverts commit 63b819e1259020892be27410566638d830e8d55c.
This commit is contained in:
parent
56bede2404
commit
42257a18db
@ -11,11 +11,6 @@ import XCTest
|
|||||||
class AppLockSetupUITests: XCTestCase {
|
class AppLockSetupUITests: XCTestCase {
|
||||||
var app: XCUIApplication!
|
var app: XCUIApplication!
|
||||||
|
|
||||||
override func setUpWithError() throws {
|
|
||||||
try super.setUpWithError()
|
|
||||||
continueAfterFailure = false
|
|
||||||
}
|
|
||||||
|
|
||||||
@MainActor enum Step {
|
@MainActor enum Step {
|
||||||
static let createPIN = 0
|
static let createPIN = 0
|
||||||
static let confirmPIN = 1
|
static let confirmPIN = 1
|
||||||
|
@ -20,11 +20,6 @@ class AppLockUITests: XCTestCase {
|
|||||||
static let unlocked = 99
|
static let unlocked = 99
|
||||||
}
|
}
|
||||||
|
|
||||||
override func setUpWithError() throws {
|
|
||||||
try super.setUpWithError()
|
|
||||||
continueAfterFailure = false
|
|
||||||
}
|
|
||||||
|
|
||||||
func testFlowEnabled() async throws {
|
func testFlowEnabled() async throws {
|
||||||
// Given an app with screen lock enabled.
|
// Given an app with screen lock enabled.
|
||||||
let client = try UITestsSignalling.Client(mode: .tests)
|
let client = try UITestsSignalling.Client(mode: .tests)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user