mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-25 08:27:19 +02:00
Merge pull request #20880 from timvandermeij/disable-reorder-test
Skip the "should reorder thumbnails after dropping two adjacent pages" integration test
This commit is contained in:
commit
0dd1556f47
@ -261,6 +261,8 @@ describe("Reorganize Pages View", () => {
|
|||||||
it("should reorder thumbnails after dropping two adjacent pages", async () => {
|
it("should reorder thumbnails after dropping two adjacent pages", async () => {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
pages.map(async ([browserName, page]) => {
|
pages.map(async ([browserName, page]) => {
|
||||||
|
pending("Fails consistently (issue #20814).");
|
||||||
|
|
||||||
await waitForThumbnailVisible(page, 1);
|
await waitForThumbnailVisible(page, 1);
|
||||||
const rect2 = await getRect(page, getThumbnailSelector(2));
|
const rect2 = await getRect(page, getThumbnailSelector(2));
|
||||||
const rect4 = await getRect(page, getThumbnailSelector(4));
|
const rect4 = await getRect(page, getThumbnailSelector(4));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user