diff --git a/FootballGather/UITests/Helpers/UITestCase.swift b/FootballGather/UITests/Helpers/UITestCase.swift index 5ee4c33..0c4c32a 100644 --- a/FootballGather/UITests/Helpers/UITestCase.swift +++ b/FootballGather/UITests/Helpers/UITestCase.swift @@ -20,7 +20,7 @@ class UITestCase: XCTestCase, @unchecked Sendable { continueAfterFailure = false - app = XCUIApplication() + app = await XCUIApplication() Task { @MainActor in app.launchArguments = ["-uitests"] }