mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #18277 from calixteman/issue18276
[Editor] Fix intermittent failure in integration test when highlighting with the keyboard
This commit is contained in:
commit
2f462a8afe
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue