Skip to content

Commit

Permalink
#2982 – fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitvex committed Aug 2, 2023
1 parent 8e59995 commit 5854f14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,5 +342,6 @@ test.describe('Right-click menu', () => {
point = await getBondByIndex(page, { type: BondType.SINGLE }, 1);
await page.mouse.click(point.x, point.y, { button: 'right' });
await page.getByText('Double', { exact: true }).click();
await delay(DELAY_IN_SECONDS.ONE);
});
});

0 comments on commit 5854f14

Please sign in to comment.