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
This is another step towards re-enabling test runs against IE11. Fixes the tests that outright crashed the test run due to an "Unspecified error". The error was being thrown, because we were attempting to get the client rect of an element that wasn't in the DOM. These changes also fix a handful of tests that were leaking DOM elements. We should now be able to do an uninterrupted test run on IE, although there are still a handful of failing tests that might require code changes.
0 commit comments