Skip to content

Commit

Permalink
test: firefox behaves differently to other browsers when cursors is m…
Browse files Browse the repository at this point in the history
…oved to the edge of a node
  • Loading branch information
umaranis committed Dec 23, 2024
1 parent 857172a commit 7565a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demos/playground/src/__tests__/e2e/Links.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,11 @@ test.describe.parallel('Links', () => {

await page.keyboard.press('ArrowLeft');

// sua: firefox works a bit differently
if (browserName === 'firefox') {
await page.keyboard.press('ArrowLeft');
}

await click(page, '.block-controls');
await click(page, '.dropdown .icon.h1');

Expand Down

0 comments on commit 7565a85

Please sign in to comment.