Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
fixes e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisha1234 committed Dec 9, 2020
1 parent 4be9f88 commit 14e858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/search.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ beforeAll(async () => {
await page.goto('http://localhost:8000/dashboard/');

await page.click('#nav-toggle > svg');
await page.click('#page-sidebar > div > nav > ul > li:nth-child(2) > a');
await page.click('#page-sidebar > div > nav > ul > li:nth-child(3) > a');
await page.click('#nav-toggle > svg');

// Intercept network requests
Expand Down

0 comments on commit 14e858e

Please sign in to comment.