Skip to content

Commit

Permalink
Fix skipping onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 21, 2024
1 parent 1ccdbcd commit ccb3627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SyncE2EUITests/CriticalPathsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ final class CriticalPathsTests: XCTestCase {

private func skipOnboardingIfNeeded() {
let welcomeWindow = app.windows["Welcome"]
_ = welcomeWindow.waitForExistence(timeout: 3)
if welcomeWindow.exists {
let getStartedButton = welcomeWindow.buttons["Get Started"]
_ = getStartedButton.waitForExistence(timeout: 5)
Expand Down

0 comments on commit ccb3627

Please sign in to comment.