Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @testing-library/user-event to v13 #1065

Merged
merged 2 commits into from
Apr 1, 2021

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    50f5311 View commit details
    Browse the repository at this point in the history
  2. Temporarily use fireEvent on div elements

    It looks like there's a recent addition to user-event that checks the
    pointer events of elements. It looks like no pointer events are detected
    on divs (but do get detected when pointer-events: auto is explicitly applied).
    
    Further investigation needed to see if user-event introduced a bug
    
    See: https://github.com/testing-library/user-event/blob/7143ae30353e0cc7f8f12e405763eaf2257ef03e/src/utils/misc/hasPointerEvents.ts#L3
    hzhu committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4cd609b View commit details
    Browse the repository at this point in the history