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

Commit c07eee5

Browse files
author
Anisha1234
committed
fixes e2e test
1 parent b9d3b3f commit c07eee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e2e/search.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ beforeAll(async () => {
1313
await page.goto('http://localhost:8000/dashboard/');
1414

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

1919
// Intercept network requests

0 commit comments

Comments
 (0)