Skip to content

Commit

Permalink
take onboarding task
Browse files Browse the repository at this point in the history
  • Loading branch information
YurenSUN committed Mar 13, 2024
1 parent a2b2ead commit ca14b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PICSUITests/OnboardingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class OnboardingTests: XCTestCase {
let app = XCUIApplication()
let email = "[email protected]"

try app.navigateOnboardingFlow(email: email, skipQuestionnaire: true)
try app.navigateOnboardingFlow(email: email)

app.assertOnboardingComplete()
try app.assertAccountInformation(email: email)
Expand Down

0 comments on commit ca14b12

Please sign in to comment.