Skip to content

Commit 4f82207

Browse files
committed
fix: test
1 parent 2eb86a5 commit 4f82207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class QueryEditor {
6767
this.stopButton = this.selector.getByRole('button', {name: ButtonNames.Stop});
6868
this.explainButton = this.selector.getByRole('button', {name: ButtonNames.Explain});
6969
this.saveButton = this.selector.getByRole('button', {name: ButtonNames.Save});
70-
this.gearButton = this.selector.locator('.ydb-query-editor-controls__gear-button');
70+
this.gearButton = this.selector.locator('.ydb-query-editor-button__gear-button');
7171
this.executionStatus = this.selector.locator('.kv-query-execution-status');
7272
this.resultsControls = this.selector.locator('.ydb-query-result__controls');
7373
this.indicatorIcon = this.selector.locator(

0 commit comments

Comments
 (0)