Skip to content

Commit e638eff

Browse files
committed
fix: e2e
1 parent fac1f98 commit e638eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/diagnostics/diagnostics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ test.describe('Diagnostics tab', async () => {
6666
await diagnostics.clickTab(DiagnosticsTab.Queries);
6767
await diagnostics.clickRadioSwitch(QueriesSwitch.Running);
6868
expect(await diagnostics.table.getRowCount()).toBe(1);
69-
expect(await diagnostics.table.waitForCellValue(1, 4, '–')).toBe(true);
69+
expect(await diagnostics.table.waitForCellValue(1, 1, '–')).toBe(true);
7070
});
7171
});

0 commit comments

Comments
 (0)