ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 67 forks source link

Update wallaby config for default browser size #457

Closed andrewconnell closed 7 years ago

andrewconnell commented 7 years ago

Expected Behavior

If all tests pass in the console with npm run test, they should also pass when using WallabyJS.

Actual Behavior

One test fails in Wallaby... the breadcrumb has a single test that fails (two except statements fail). The issue is related to the default size of the test browser in Wallaby (800x600). The wallaby config needs to default to a smaller size.

REF: https://github.com/wallabyjs/public/issues/915#issuecomment-268819018

Steps to Reproduce Behavior

Observe that the breadcrumb has a single test that fails (two except statements fail).