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 fe9ce45 commit 7c352baCopy full SHA for 7c352ba
tests/suites/tenant/diagnostics/Diagnostics.ts
@@ -368,7 +368,6 @@ export class Diagnostics {
368
await this.cpuCard.waitFor({state: 'visible', timeout: VISIBILITY_TIMEOUT});
369
await this.storageCard.waitFor({state: 'visible', timeout: VISIBILITY_TIMEOUT});
370
await this.memoryCard.waitFor({state: 'visible', timeout: VISIBILITY_TIMEOUT});
371
- await this.healthcheckCard.waitFor({state: 'visible', timeout: VISIBILITY_TIMEOUT});
372
return true;
373
}
374
0 commit comments