mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-27 15:30:34 +03:00
Fix testcase on Chrome
This commit is contained in:
parent
794232257b
commit
6f01d61bd4
|
@ -51,7 +51,7 @@ describe('Redoc components', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should use window as scrollParent', () => {
|
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) => {
|
it('should run hashScroll when redoc bootstrapped', (done) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user