From f81932e14ef8a1d93c0ce872520a051f4dcfef8d Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 13 Mar 2026 15:55:55 +0100 Subject: [PATCH] Remove one skip --- tests/e2e/web/specs/onboardingFlow.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/web/specs/onboardingFlow.spec.ts b/tests/e2e/web/specs/onboardingFlow.spec.ts index 2dcc7a55..a6aadb0e 100644 --- a/tests/e2e/web/specs/onboardingFlow.spec.ts +++ b/tests/e2e/web/specs/onboardingFlow.spec.ts @@ -88,7 +88,6 @@ test.describe('when given valid input', () => { await profilePage.clickNextCompatibilityQuestionButton() await profilePage.clickSkipCompatibilityQuestionButton() await profilePage.clickSkipCompatibilityQuestionButton() - await profilePage.clickSkipCompatibilityQuestionButton() await profilePage.clickCloseButton()