Skip to content

Commit

Permalink
attempt to fix cookie test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Nov 30, 2023
1 parent 59d5c02 commit d49b19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright/licences-expired-notifications.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ test("licences expired notifications", async ({ page, browser }) => {
await page.getByPlaceholder('Password').fill(testerPass);
await page.locator('label').filter({ hasText: 'I have read, understand and accept the surveyjs.io website Terms of Use and Priv' }).click();
await page.locator('.v2-class---signup-page__actions-footer-button-container--login').click();
await removeExpirationCookie();
await expect(page.getByText(bannerExpiredTitle)).toBeHidden();
await expect(page.getByText(bannerExpiresSoonTitle)).toBeHidden();
await expect(page.locator(topBarIconTwinklingClass).first()).toBeHidden();
Expand Down

0 comments on commit d49b19d

Please sign in to comment.