[Editor] Fix intermittent failure in integration test when highlighting with the keyboard
This commit is contained in:
parent
4c041586fb
commit
4cc77f1470
@ -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 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user