mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-08 03:01:03 +02:00
Enable the must check that an existing highlight is ignored on hovering integration test on Windows
It looks like this test passes consistently again, most likely after a combination of browser/Puppeteer/configuration updates and the completed switch to the WebDriver BiDi protocol. Fixes #20136.
This commit is contained in:
parent
65b8aec420
commit
af65d7f930
@ -1726,10 +1726,6 @@ describe("Highlight Editor", () => {
|
||||
it("must check that an existing highlight is ignored on hovering", async () => {
|
||||
await Promise.all(
|
||||
pages.map(async ([browserName, page]) => {
|
||||
if (navigator.platform.includes("Win")) {
|
||||
pending("Fails consistently on Windows (issue #20136).");
|
||||
}
|
||||
|
||||
await switchToHighlight(page);
|
||||
|
||||
const rect = await getSpanRectFromText(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user