Skip to content
Snippets Groups Projects
Commit 4efdbdb2 authored by Steffen Rauh's avatar Steffen Rauh
Browse files

Fixed influence from other specs.

parent 0d53e97e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment