We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb86a5 commit 4f82207Copy full SHA for 4f82207
tests/suites/tenant/queryEditor/models/QueryEditor.ts
@@ -67,7 +67,7 @@ export class QueryEditor {
67
this.stopButton = this.selector.getByRole('button', {name: ButtonNames.Stop});
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-controls__gear-button');
+ this.gearButton = this.selector.locator('.ydb-query-editor-button__gear-button');
71
this.executionStatus = this.selector.locator('.kv-query-execution-status');
72
this.resultsControls = this.selector.locator('.ydb-query-result__controls');
73
this.indicatorIcon = this.selector.locator(
0 commit comments