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 81c72f6 commit 3d3c9cfCopy full SHA for 3d3c9cf
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