Skip to content

Commit 4f6bf2f

Browse files
test: ensure using TextView for UI test
1 parent 0df5d0d commit 4f6bf2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExampleUITests/FirebaseSwiftUIExampleUITests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ final class FirebaseSwiftUIExampleUITests: XCTestCase {
5454
@MainActor
5555
func testSignInButtonsExist() throws {
5656
let app = XCUIApplication()
57+
app.launchArguments.append("--auth-emulator")
5758
app.launch()
5859

5960
// Check for Twitter/X sign-in button

0 commit comments

Comments
 (0)