Skip to content

Commit

Permalink
fix: remove unnecessary waitForEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
m8vago committed Mar 19, 2024
1 parent 6bc6100 commit 1f75a49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/crux-ui/e2e/utils/node-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export const installDagent = async (page: Page) => {
await page.goto(TEAM_ROUTES.node.list())
await page.waitForSelector('h2:text-is("Nodes")')

await page.waitForTimeout(1000)

page.addListener('framenavigated', frame => console.info('PW navigated', frame.url()))
await page.locator('button:text-is("Add")').click()
await page.waitForSelector('h4:text-is("New node")')

Expand Down

0 comments on commit 1f75a49

Please sign in to comment.