File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Samples/iOS-Swift/iOS-Swift-UITests Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,6 @@ import XCTest
2
2
3
3
class LaunchUITests : BaseUITest {
4
4
5
- func testCrashRecovery( ) throws {
6
- //We will be removing this test from iOS 12 because it fails during CI, which looks like a bug that we cannot reproduce.
7
- //If we introduce a bug in the crash report process we will catch it with tests for iOS 13 or above.
8
- //For some reason is not possible to use @available(iOS 13, *) in the test function.
9
- if #available( iOS 13 , * ) {
10
- app. buttons [ " crashTheApp " ] . tap ( )
11
- if app. buttons [ " crashTheApp " ] . exists {
12
- XCTFail ( " App did not crashed " )
13
- }
14
-
15
- app. launch ( )
16
- waitForExistenceOfMainScreen ( )
17
- } else {
18
- throw XCTSkip ( " Only run on iOS 13 or later. " )
19
- }
20
- }
21
-
22
5
func testBreadcrumbData( ) {
23
6
app. buttons [ " Extra " ] . tap ( )
24
7
You can’t perform that action at this time.
0 commit comments