Skip to content

Commit e9714d4

Browse files
committed
fix: test
1 parent b402715 commit e9714d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class SettingsDialog {
4040
this.timeoutInput = this.dialog.locator('.ydb-query-settings-timeout__input');
4141
this.timeoutSwitch = this.dialog.locator('.ydb-timeout-label__switch');
4242
this.timeoutSwitchHint = this.dialog.locator('.ydb-timeout-label__question-icon');
43-
this.timeoutHintPopover = this.page.locator('.g-popover-legacy__tooltip-content');
43+
this.timeoutHintPopover = this.page.locator('.g-help-mark__popover');
4444
this.timeoutLabel = this.dialog.locator('.ydb-timeout-label__label-title');
4545

4646
// Define distinct locators for selects

0 commit comments

Comments
 (0)