Actions
Bug #25382
closedAutocomplete test fails when trying to update Jest 23.6
Description
The global/window object seem to change through the update,
in my opinion, simulate shouldn't be used on the window object as it isn't
working as the DOM window, calling the function which is triggered by window's key press
is really what we want to test, and almost sure not to fail in future Jest/Enzyme upgrades.
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6201 added
Updated by The Foreman Bot about 6 years ago
- Pull request https://github.com/theforeman/foreman/pull/6191 added
Updated by Tomer Brisker about 6 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/6201)
Updated by Ron Lavi about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 5d9f5856d3e5eb2e93a44376ac9117595f524c41.
Actions