Commit 47ee81ff authored by Phil Hughes's avatar Phil Hughes

fixed location.pathname not being reset

parent 96e6fc70
......@@ -15,7 +15,7 @@ describe('Environments Folder View', () => {
});
afterEach(() => {
window.history.pushState({}, null, '');
window.history.pushState({}, null, '/');
});
let component;
......
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