Commit cf2def42 authored by Phil Hughes's avatar Phil Hughes

fixed spec

parent 7e2f5677
......@@ -11,6 +11,8 @@ describe('IDE commit form', () => {
let vm;
beforeEach(() => {
spyOnProperty(window, 'innerHeight').and.returnValue(800);
vm = createComponentWithStore(Component, store).$mount();
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment