Skip to content

Commit 4cc3819

Browse files
authored
Full page image: fix scrolling with the new native scroll (#524)
* fix scroll div selector * add test * increase timeout * fix test image * use ID instead of class * revert to class * use both ID and class
1 parent 7d50087 commit 4cc3819

File tree

5 files changed

+891
-9
lines changed

5 files changed

+891
-9
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ module.exports = {
33
preset: 'ts-jest',
44
testEnvironment: 'node',
55
reporters: ['<rootDir>/tests/reporter.js'],
6+
testTimeout: 20000,
67
};

0 commit comments

Comments
 (0)