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 Jul 29, 2024. It is now read-only.
I just ran into some issues with my tests when I tried to run the tests on Firefox and IE11.
One of the issues is with the * /deep/ CSS selector which I think is used in by.deepCss() that I use in astronauts.po.ts#L4 (and other places) to query elements in a Angular 2 app.
You can see the error on my Travis build at 204863742#L644 and 204863742#L1206.
According to MDN, that selector does not seem to be supported in Firefox and IE at the moment.