Close modal before validating questions

This commit is contained in:
MartinBraquet
2026-03-13 15:32:18 +01:00
parent 307076d88e
commit 6b1813e129

View File

@@ -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)