We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac1f98 commit e638effCopy full SHA for e638eff
tests/suites/tenant/diagnostics/diagnostics.test.ts
@@ -66,6 +66,6 @@ test.describe('Diagnostics tab', async () => {
66
await diagnostics.clickTab(DiagnosticsTab.Queries);
67
await diagnostics.clickRadioSwitch(QueriesSwitch.Running);
68
expect(await diagnostics.table.getRowCount()).toBe(1);
69
- expect(await diagnostics.table.waitForCellValue(1, 4, '–')).toBe(true);
+ expect(await diagnostics.table.waitForCellValue(1, 1, '–')).toBe(true);
70
});
71
0 commit comments