Skip to content

Commit

Permalink
Updated locators on BC Parks links redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianneOXD committed Jul 29, 2024
1 parent d28cfc5 commit 99d62f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all_advisories_page.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test.describe('All advisories page tests', ()=>{
test('Verify the Event search is working', async ({page}) =>{
await page.goto(activeAdvisoriesURL);
await page.waitForLoadState('domcontentloaded', customTimeout);
await page.getByLabel('Select an event').fill('Avalanche');
await page.getByLabel('Select an event').fill('Avalanche', customTimeout);
await expect(page.getByLabel('menu-options')).toBeVisible();
await page.getByLabel('Avalanche', { exact: true }).click();
await page.getByRole('button', {name : 'Search'}).click();
Expand Down

0 comments on commit 99d62f5

Please sign in to comment.