Commit 18defcaa authored by Rémy Coutable's avatar Rémy Coutable

Revert "Fix a karma spec"

This reverts commit 4af3bf4d.
parent b711ecb0
...@@ -70,7 +70,7 @@ describe('AppComponent', () => { ...@@ -70,7 +70,7 @@ describe('AppComponent', () => {
setTimeout(() => { setTimeout(() => {
expect(vm.isLoading).toBe(false); expect(vm.isLoading).toBe(false);
expect(document.querySelector('.flash-text').innerText.trim()).toBe( expect(document.querySelector('.flash-text').innerText.trim()).toBe(
'Something went wrong while fetching the environments for this merge request. Please try again.', 'Something went wrong while fetching group member contributions',
); );
done(); done();
}, 0); }, 0);
......
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