Run swift-format

This commit is contained in:
mbrandonw
2023-10-09 19:06:59 +00:00
committed by github-actions[bot]
parent 931a71b78e
commit 17cf73f085
6 changed files with 18 additions and 19 deletions

View File

@@ -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()