We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63e0fe commit fd5961eCopy full SHA for fd5961e
Samples/iOS-SwiftUI/iOS-SwiftUI-UITests/LaunchUITests.swift
@@ -10,6 +10,7 @@ class LaunchUITests: XCTestCase {
10
11
func testTransactionSpan() {
12
let app = newAppSession()
13
+ app.safelyLaunch()
14
15
let transactionName = app.staticTexts["TRANSACTION_NAME"]
16
let transactionId = app.staticTexts["TRANSACTION_ID"]
@@ -29,6 +30,7 @@ class LaunchUITests: XCTestCase {
29
30
31
func testNoNewTransactionForSecondCallToBody() {
32
33
34
35
app.buttons["Form Screen"].tap()
36
0 commit comments