Skip to content

Commit

Permalink
Dealt with popup "Review your email"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny1291 committed Aug 29, 2024
1 parent 651cf94 commit b66fcd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/external/default-rules-validity.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ test.beforeAll(async ({ browser }) => {
try {
await page.waitForSelector('text="Boost your account security"', { timeout: 1000 })
await page.click('[d="M10.59 12L4.54 5.96l1.42-1.42L12 10.59l6.04-6.05 1.42 1.42L13.41 12l6.05 6.04-1.42 1.42L12 13.41l-6.04 6.05-1.42-1.42L10.59 12z"]')

await page.waitForSelector('text="Review your email"', { timeout: 1000 })
await page.click('text="Yes, that\'s correct"')
} catch (e) {}
})

Expand Down

0 comments on commit b66fcd4

Please sign in to comment.