Skip to content

Commit 36e6c62

Browse files
committed
fix: tests fix
1 parent 51a8b67 commit 36e6c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/queryEditor/models/QueryEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class QueryEditor {
6868
this.explainButton = this.selector.getByRole('button', {name: ButtonNames.Explain});
6969
this.saveButton = this.selector.getByRole('button', {name: ButtonNames.Save});
7070
this.gearButton = this.selector.locator('.ydb-query-editor-button__gear-button');
71-
this.executionStatus = this.selector.locator('.kv-query-execution-status');
71+
this.executionStatus = this.selector.locator('.kv-query-execution-status .g-text');
7272
this.resultsControls = this.selector.locator('.ydb-query-result__controls');
7373
this.indicatorIcon = this.selector.locator(
7474
'.kv-query-execution-status__query-settings-icon',

0 commit comments

Comments
 (0)