mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-14 01:04:04 +02:00
Skip the "should reorder thumbnails after dropping two adjacent pages" integration test
This is a temporary measure to reduce noise until #20814 is fixed.
This commit is contained in:
parent
ff1af5a058
commit
da1f42c03c
@ -258,6 +258,8 @@ describe("Reorganize Pages View", () => {
|
||||
it("should reorder thumbnails after dropping two adjacent pages", async () => {
|
||||
await Promise.all(
|
||||
pages.map(async ([browserName, page]) => {
|
||||
pending("Fails consistently (issue #20814).");
|
||||
|
||||
await waitForThumbnailVisible(page, 1);
|
||||
const rect2 = await getRect(page, getThumbnailSelector(2));
|
||||
const rect4 = await getRect(page, getThumbnailSelector(4));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user