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
Sometimes running the unit tests causes the browser to go into full screen mode and stay there. I'm guessing our fullscreen unit tests are to blame. Doesn't appear to happen every time, but run http://localhost:8080/Specs/SpecRunner.html?spec=Core%2FFullscreen a couple times and it will happen.
The text was updated successfully, but these errors were encountered:
Uses a jasmine spy to avoid actually making the browser go full screen.
The test was also showing a console exception the way it was written
before.
Fixes#8103
Sometimes running the unit tests causes the browser to go into full screen mode and stay there. I'm guessing our fullscreen unit tests are to blame. Doesn't appear to happen every time, but run http://localhost:8080/Specs/SpecRunner.html?spec=Core%2FFullscreen a couple times and it will happen.
The text was updated successfully, but these errors were encountered: