Skip to content

Commit

Permalink
Full page image: fix scrolling with the new native scroll (#524)
Browse files Browse the repository at this point in the history
* fix scroll div selector

* add test

* increase timeout

* fix test image

* use ID instead of class

* revert to class

* use both ID and class
  • Loading branch information
AgnesToulet authored May 23, 2024
1 parent 7d50087 commit 4cc3819
Show file tree
Hide file tree
Showing 5 changed files with 891 additions and 9 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
reporters: ['<rootDir>/tests/reporter.js'],
testTimeout: 20000,
};
Loading

0 comments on commit 4cc3819

Please sign in to comment.