Skip to content

Commit fd5961e

Browse files
authored
test: Fix missing calls to launch (#5555)
1 parent c63e0fe commit fd5961e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Samples/iOS-SwiftUI/iOS-SwiftUI-UITests/LaunchUITests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class LaunchUITests: XCTestCase {
1010

1111
func testTransactionSpan() {
1212
let app = newAppSession()
13+
app.safelyLaunch()
1314

1415
let transactionName = app.staticTexts["TRANSACTION_NAME"]
1516
let transactionId = app.staticTexts["TRANSACTION_ID"]
@@ -29,6 +30,7 @@ class LaunchUITests: XCTestCase {
2930

3031
func testNoNewTransactionForSecondCallToBody() {
3132
let app = newAppSession()
33+
app.safelyLaunch()
3234

3335
app.buttons["Form Screen"].tap()
3436

0 commit comments

Comments
 (0)