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
build: setup default browser for running legacy tests locally (#20620)
Sometimes the legacy Karma tests might fail and one might want
to debug those. Currently the Gulp task can be run for that, but
it's not starting any browser so one needs to launch Chrome manually.
Tests usually fail then because the browser has different dimensions
but our test expectations rely on a specific dimension. i.e. 1024x768
(cherry picked from commit e8265cc)
0 commit comments