Skip to content

Commit

Permalink
Also track focusin, focusout
Browse files Browse the repository at this point in the history
  • Loading branch information
triskweline committed Nov 20, 2023
1 parent ed0700c commit 18efb32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/capybara-lockstep/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ window.CapybaraLockstep = (function() {
trackInteraction('mousedown')
trackInteraction('click')
trackInteraction('keydown')
trackInteraction('focusin')
trackInteraction('focusout')
}

function synchronize(callback) {
Expand Down

0 comments on commit 18efb32

Please sign in to comment.