forked from rrweb-io/rrweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Iframe event order (rrweb-io#568)
* add failing test * assert order of events * defer attaching of iframe till FullSnapshot is done Fixes: rrweb-io#567 * correct event order in iframe integration test snapshot * trigger build * trigger build * Move settimeout responsibility to snapshot rrweb-io/rrweb-snapshot#78 * upgrade rrweb-snapshot to 1.1.4 * DRY record tests * cleanup * Upgrade puppeteer to 9.1.1 for (hopefully) more consistent behaviour between CI and development * make input bigger to prevent triggering scroll events * page.waitFor is deprecated more info: puppeteer/puppeteer#6214 * Set os and distro for Travis ci Co-authored-by: yz-yu <[email protected]>
- Loading branch information
Showing
8 changed files
with
524 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
language: node_js | ||
|
||
os: linux | ||
|
||
dist: focal | ||
|
||
node_js: | ||
- 12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.