Skip to content

Commit

Permalink
fix: e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
astandrik committed Oct 7, 2024
1 parent fac1f98 commit e638eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/tenant/diagnostics/diagnostics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ test.describe('Diagnostics tab', async () => {
await diagnostics.clickTab(DiagnosticsTab.Queries);
await diagnostics.clickRadioSwitch(QueriesSwitch.Running);
expect(await diagnostics.table.getRowCount()).toBe(1);
expect(await diagnostics.table.waitForCellValue(1, 4, '–')).toBe(true);
expect(await diagnostics.table.waitForCellValue(1, 1, '–')).toBe(true);
});
});

0 comments on commit e638eff

Please sign in to comment.