From 1dc7961fcff755cc7ccd7a898d77247eb2fe5f4a Mon Sep 17 00:00:00 2001 From: radude89 Date: Tue, 10 Sep 2024 09:57:56 +0300 Subject: [PATCH] Fix compilation error in UI Tests --- FootballGather/UITests/Helpers/UITestCase.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }