Skip to content

Commit 9136f5f

Browse files
committed
fix: tests
1 parent 68bb83c commit 9136f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/diagnostics/Diagnostics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export class Diagnostics {
335335

336336
async getHealthcheckStatus() {
337337
const statusElement = this.healthcheckCard.locator('.ydb-healthcheck-preview__icon');
338-
return (await statusElement.textContent())?.trim() || '';
338+
return await statusElement.isVisible();
339339
}
340340

341341
async hasHealthcheckStatusClass(className: string) {

0 commit comments

Comments
 (0)