From 3828048ab0513aa61751e0eb6880dc60a130dcaf Mon Sep 17 00:00:00 2001 From: nriedman <108841122+nriedman@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:10:07 -0700 Subject: [PATCH] Testing --- ENGAGEHFUITests/HomeViewUITests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENGAGEHFUITests/HomeViewUITests.swift b/ENGAGEHFUITests/HomeViewUITests.swift index 2689364d..c6d407d5 100644 --- a/ENGAGEHFUITests/HomeViewUITests.swift +++ b/ENGAGEHFUITests/HomeViewUITests.swift @@ -19,7 +19,7 @@ class HomeViewUITests: XCTestCase { continueAfterFailure = false let app = XCUIApplication() - app.launchArguments = ["--skipOnboarding"] + app.launchArguments = ["--skipOnboarding", "--disableFirebase"] app.launch() }