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 75ff5e3 commit c052fbfCopy full SHA for c052fbf
Samples/iOS-SwiftUI/iOS-SwiftUI-UITests/LaunchUITests.swift
@@ -8,8 +8,7 @@ class LaunchUITests: XCTestCase {
8
}
9
10
func testTransactionSpan() {
11
- let app = XCUIApplication()
12
- app.launch()
+ let app = newAppSession()
13
14
let transactionName = app.staticTexts["TRANSACTION_NAME"]
15
let transactionId = app.staticTexts["TRANSACTION_ID"]
@@ -28,8 +27,7 @@ class LaunchUITests: XCTestCase {
28
27
29
30
func testNoNewTransactionForSecondCallToBody() {
31
32
33
34
app.buttons["Form Screen"].tap()
35
0 commit comments