Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalapkoStanislav committed Jun 11, 2024
1 parent e0b2078 commit 52751a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/workspace/main-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ exports.MainPage = class MainPage extends BasePage {
}

async duplicateLayerViaRightClick() {
const layerSel = this.page.locator('div[class="viewport"] [id^="shape"]');
const layerSel = this.page.locator('.viewport-selrect');
await layerSel.last().click({ button: 'right', force: true });
await this.duplicateOption.click();
}
Expand Down

0 comments on commit 52751a5

Please sign in to comment.