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 b402715 commit e9714d4Copy full SHA for e9714d4
tests/suites/tenant/queryEditor/models/SettingsDialog.ts
@@ -40,7 +40,7 @@ export class SettingsDialog {
40
this.timeoutInput = this.dialog.locator('.ydb-query-settings-timeout__input');
41
this.timeoutSwitch = this.dialog.locator('.ydb-timeout-label__switch');
42
this.timeoutSwitchHint = this.dialog.locator('.ydb-timeout-label__question-icon');
43
- this.timeoutHintPopover = this.page.locator('.g-popover-legacy__tooltip-content');
+ this.timeoutHintPopover = this.page.locator('.g-help-mark__popover');
44
this.timeoutLabel = this.dialog.locator('.ydb-timeout-label__label-title');
45
46
// Define distinct locators for selects
0 commit comments