mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Run swift-format
This commit is contained in:
committed by
github-actions[bot]
parent
931a71b78e
commit
17cf73f085
@@ -39,8 +39,7 @@ class BaseIntegrationTests: XCTestCase {
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) {
|
||||
let alert = XCUIApplication(bundleIdentifier: "com.apple.springboard").alerts
|
||||
let open = alert.buttons["Open"]
|
||||
if
|
||||
alert.firstMatch.waitForExistence(timeout: 0.3),
|
||||
if alert.firstMatch.waitForExistence(timeout: 0.3),
|
||||
open.waitForExistence(timeout: 0.3)
|
||||
{
|
||||
alert.buttons["Open"].tap()
|
||||
|
||||
Reference in New Issue
Block a user