Skip to content

Commit

Permalink
Merge branch 'main' into 72-e2e-test-with-playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
JurreBrandsenInfoSupport committed Apr 11, 2024
2 parents 9897fa2 + 08f6eec commit 78e8d69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tech-survey.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const navigateAndCheckSurveyPage = async (
(role): role is string => typeof role === "string",
);
}

await landingPage.navigateToSurveyPage();
await surveyPage.getCurrentURL();
const sortedSelectedRoles =
Expand Down

0 comments on commit 78e8d69

Please sign in to comment.