You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Ensure that `angular.element.cleanData()`:
1. has been called with the expected arguments (not necessary, since the next test will verify that)
2. has indeed cleaned up the element's data (e.g. there was a bug in `testabilityPatch.js`, where
`cleanData()` was called with an array of jq-wrapped elements, instead of "raw" nodes, which
silently failed to clean up)
0 commit comments