Commit 4af3bf4d authored by Rémy Coutable's avatar Rémy Coutable

Fix a karma spec

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4b772b4c
......@@ -70,7 +70,7 @@ describe('AppComponent', () => {
setTimeout(() => {
expect(vm.isLoading).toBe(false);
expect(document.querySelector('.flash-text').innerText.trim()).toBe(
'Something went wrong while fetching group member contributions',
'Something went wrong while fetching the environments for this merge request. Please try again.',
);
done();
}, 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