Skip to content

Commit c524387

Browse files
Anton StandrikAnton Standrik
authored andcommitted
fix: rm last
1 parent 7c90c2c commit c524387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export class SaveQueryDialog {
77
private dialogFooter: Locator;
88

99
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();
10+
this.dialogBody = page.locator('.ydb-save-query__dialog-body');
11+
this.dialogFooter = page.locator('.ydb-save-query__dialog-body + .g-dialog-footer');
1212
}
1313

1414
async setQueryName(name: string) {

0 commit comments

Comments
 (0)