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 51a8b67 commit 36e6c62Copy full SHA for 36e6c62
tests/suites/tenant/queryEditor/models/QueryEditor.ts
@@ -68,7 +68,7 @@ export class QueryEditor {
68
this.explainButton = this.selector.getByRole('button', {name: ButtonNames.Explain});
69
this.saveButton = this.selector.getByRole('button', {name: ButtonNames.Save});
70
this.gearButton = this.selector.locator('.ydb-query-editor-button__gear-button');
71
- this.executionStatus = this.selector.locator('.kv-query-execution-status');
+ this.executionStatus = this.selector.locator('.kv-query-execution-status .g-text');
72
this.resultsControls = this.selector.locator('.ydb-query-result__controls');
73
this.indicatorIcon = this.selector.locator(
74
'.kv-query-execution-status__query-settings-icon',
0 commit comments