Update browser window size for console test (#19664) (#19666)

This commit is contained in:
liza-mae 2018-06-04 18:16:26 -06:00 committed by GitHub
parent 8d590cd458
commit a3f9322a39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ export default function ({ getService, loadTestFile }) {
describe('console app', function () {
before(async function () {
await remote.setWindowSize(1200, 800);
await remote.setWindowSize(1300, 1100);
});
loadTestFile(require.resolve('./_console'));