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 a411d12 commit bae0560Copy full SHA for bae0560
tests/suites/tenant/diagnostics/Diagnostics.ts
@@ -335,7 +335,7 @@ export class Diagnostics {
335
336
async getHealthcheckStatus() {
337
const statusElement = this.healthcheckCard.locator('.ydb-healthcheck-preview__icon');
338
- return (await statusElement.textContent())?.trim() || '';
+ return await statusElement.isVisible();
339
}
340
341
async hasHealthcheckStatusClass(className: string) {
0 commit comments