Skip to content

Commit

Permalink
feat(crux-ui): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Sep 29, 2023
1 parent 4fdb8d6 commit b08f5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/crux-ui/e2e/with-login/nodes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ test('Logs should show agent events', async ({ page }) => {
const nodeContainerRow = await page.locator('table.w-full >> tbody >> tr')
await nodeContainerRow.nth(0).waitFor()

await expect(await nodeContainerRow.locator('div:has-text("Connected")')).toBeVisible()
await expect(await nodeContainerRow.locator('td:has-text("Connected")').nth(0)).toBeVisible()
})

0 comments on commit b08f5cc

Please sign in to comment.