Skip to content

Commit

Permalink
Merge pull request #18277 from calixteman/issue18276
Browse files Browse the repository at this point in the history
[Editor] Fix intermittent failure in integration test when highlighting with the keyboard
  • Loading branch information
timvandermeij authored Jun 18, 2024
2 parents 45762c2 + 4cc77f1 commit 2f462a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/highlight_editor_spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,8 @@ describe("Highlight Editor", () => {
await page.keyboard.press("ArrowDown");
await page.keyboard.up("Shift");

await page.waitForSelector(sel);

const [w, h] = await page.evaluate(s => {
const {
style: { width, height },
Expand Down

0 comments on commit 2f462a8

Please sign in to comment.