diff --git a/tests/e2e/web/specs/onboardingFlow.spec.ts b/tests/e2e/web/specs/onboardingFlow.spec.ts index 8344a399..2dcc7a55 100644 --- a/tests/e2e/web/specs/onboardingFlow.spec.ts +++ b/tests/e2e/web/specs/onboardingFlow.spec.ts @@ -90,6 +90,8 @@ test.describe('when given valid input', () => { await profilePage.clickSkipCompatibilityQuestionButton() await profilePage.clickSkipCompatibilityQuestionButton() + await profilePage.clickCloseButton() + //Verify information is correct await profilePage.verifyDisplayName(testAccount.display_name) await profilePage.verifyHeadline(testAccount.headline)