Skip to content

Commit

Permalink
Add new Open user navigation menu label text
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jun 23, 2024
1 parent 7793e07 commit f9d0c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/refresh-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ async function main() {
await page.getByPlaceholder('XXXXXX').fill(process.env.OTP)
await Promise.race([
page.getByLabel('Open user account menu').click(),
page.getByLabel('Open user navigation menu').click(),
page.getByRole('button', {name: 'Confirm'}).click(),
])
await page.getByRole('link', {name: 'Your profile'}).click()
Expand Down

0 comments on commit f9d0c58

Please sign in to comment.