Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli committed Aug 29, 2024
1 parent ff4926d commit aafdf01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/e2e/ftl-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const ftlTest = base.extend<{
page: async ({ page }, use) => {
await page.goto('http://localhost:8892/modules')
await page.waitForFunction(() => {
const timeItem = document.querySelector('li#module-tree-item-time');
const echoItem = document.querySelector('li#module-tree-item-echo');
const timeItem = document.querySelector('li#module-tree-module-time');
const echoItem = document.querySelector('li#module-tree-module-echo');
return timeItem !== null && echoItem !== null;
});

Expand Down

0 comments on commit aafdf01

Please sign in to comment.