diff --git a/Tests iOS/OnboardingVotingTests.swift b/Tests iOS/OnboardingVotingTests.swift index cdcaf37..c1eddd2 100644 --- a/Tests iOS/OnboardingVotingTests.swift +++ b/Tests iOS/OnboardingVotingTests.swift @@ -21,8 +21,7 @@ final class OnboardingVotingTests: BaseUITestCase { "Onboarding welcome screen should appear" ) - // Swipe exactly 2 times: Welcome → Time → Day - swipeToNext() + // Swipe once: Welcome → Day (Day is now page 2, before Time) swipeToNext() // Look for the "Which day should" title text to confirm we're on the day page @@ -30,11 +29,6 @@ final class OnboardingVotingTests: BaseUITestCase { NSPredicate(format: "label CONTAINS[c] 'Which day'") ).firstMatch - // If not found, try one more swipe (may need 3 depending on animation) - if !dayTitle.waitForExistence(timeout: 3) { - swipeToNext() - } - XCTAssertTrue( dayTitle.waitForExistence(timeout: 5), "Day screen title 'Which day should you rate?' should be visible"