Commit 4efdbdb2 authored by Steffen Rauh's avatar Steffen Rauh

Fixed influence from other specs.

parent 0d53e97e
......@@ -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',
......
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