File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/suites/tenant/queryEditor/models Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments