Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalapkoStanislav committed Jul 7, 2024
1 parent 5ddaee1 commit b6770d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/workspace/design-panel-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ exports.DesignPanelPage = class DesignPanelPage extends BasePage {
}

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

0 comments on commit b6770d2

Please sign in to comment.