mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-05 09:41:01 +02:00
Merge pull request #21288 from timvandermeij/unskip-test
Enable the `must check that an existing highlight is ignored on hovering` integration test on Windows
This commit is contained in:
commit
f2bf57f444
@ -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