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 7c90c2c commit c524387Copy full SHA for c524387
tests/suites/tenant/queryEditor/models/SaveQueryDialog.ts
@@ -7,8 +7,8 @@ export class SaveQueryDialog {
7
private dialogFooter: Locator;
8
9
constructor(page: Page) {
10
- this.dialogBody = page.locator('.ydb-save-query__dialog-body').last();
11
- this.dialogFooter = page.locator('.ydb-save-query__dialog-body + .g-dialog-footer').last();
+ this.dialogBody = page.locator('.ydb-save-query__dialog-body');
+ this.dialogFooter = page.locator('.ydb-save-query__dialog-body + .g-dialog-footer');
12
}
13
14
async setQueryName(name: string) {
0 commit comments