Fix testcase on Chrome

This commit is contained in:
Roman Hotsiy 2015-12-22 18:16:34 +02:00
parent 794232257b
commit 6f01d61bd4

View File

@ -51,7 +51,7 @@ describe('Redoc components', () => {
});
it('should use window as scrollParent', () => {
component.scrollParent.should.be.equal(window);
expect(component.scrollParent).toBe(window);
});
it('should run hashScroll when redoc bootstrapped', (done) => {