-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) * ♻️ [RUMF-1368] add a time util function helper to add durations * ✅ [RUMF-1368] tweak emulated clicks to better match reality * dispatch `pointerdown` and `pointerup` events * add a duration between those events * ♻️ [RUMF-1368] extract processClick to a module function * 🏷️♻️ [RUMF-1368] factorize a few types * ♻️ [RUMF-1368] introduce a "onPointerDown" callback * 🐛 [RUMF-1368] use the pointerdown target to get the selectors and name * ✅ [RUMF-1368] add e2e test * ✅ split e2e test and disable the unsupported part in Firefox * ✅ fix e2e test on Safari * 👌 remove remaining restrict-plus-operands * 👌 fix e2e test name * 👌 split onClick and onPointerDown processing * 👌✅ add a test to make sure we don't reuse pointerdown context in two clicks * 👌 light renaming
- Loading branch information
1 parent
eb8ddf5
commit d775438
Showing
11 changed files
with
314 additions
and
155 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
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
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.