Skip to content

Commit

Permalink
Merge pull request #99 from normanandsons/feature/design_iteration_2
Browse files Browse the repository at this point in the history
fix e2e tests
  • Loading branch information
nkolba authored Nov 23, 2022
2 parents cbf59ed + 359c9e7 commit 5c46575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test('Main window state', async () => {

test('Main window web content', async () => {
const page = await electronApp.firstWindow();
const element = await page.$('#frame', { strict: true });
const element = await page.$('#topNavigation', { strict: true });
expect(element, "Can't find root element").toBeDefined();
expect(
(await element.innerHTML()).trim(),
Expand Down

0 comments on commit 5c46575

Please sign in to comment.