Skip to content

Commit

Permalink
Update bigbluebutton-tests/playwright/whiteboard/draw.js
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com>
  • Loading branch information
gabriellpr and antonbsa committed Aug 11, 2023
1 parent aa549a0 commit 09461ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-tests/playwright/whiteboard/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Draw extends Page {

const wbBox = await this.getElementBoundingBox(e.whiteboard);

await this.page.mouse.click(wbBox.x + 0.3 * wbBox.width, wbBox.y + 0.3 * wbBox.height,{button: 'right'});
await this.page.mouse.click(wbBox.x + 0.4 * wbBox.width, wbBox.y + 0.4 * wbBox.height, { button: 'right' });
const pasteLocator = this.page.locator(e.wbPaste);
await expect(pasteLocator).toBeVisible();

Expand Down

0 comments on commit 09461ca

Please sign in to comment.