Fixed influence from other specs.

This commit is contained in:
Steffen Rauh 2016-12-05 11:00:19 +01:00
parent 0d53e97ee8
commit 4efdbdb266
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
});
describe('when is initialized', () => {
beforeEach(() => {
spyOn(window.history, 'replaceState').and.callFake(function () {});
});
it('should activate the tab correspondent to the given action', () => {
const linkedTabs = new window.gl.LinkedTabs({ // eslint-disable-line
action: 'tab1',