From 6b1813e1291d6a20e64aea0b0bd995e5ec44e255 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 13 Mar 2026 15:32:18 +0100 Subject: [PATCH] Close modal before validating questions --- tests/e2e/web/specs/onboardingFlow.spec.ts | 2 ++ 1 file changed, 2 insertions(+) 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)