SDA-2710 Fix broken image icon bug on windows

This commit is contained in:
psjostrom
2020-12-01 16:35:29 +01:00
parent 128bb9c0e3
commit a0b2a22ae2
4 changed files with 29 additions and 68 deletions

View File

@@ -82,7 +82,7 @@ describe('Snipping Tool', () => {
wrapper.update();
await waitForPromisesToResolve();
expect(spy).toBeCalledWith('upload-snippet', {
base64PngData: 'NO CANVAS',
mergedImageData: 'MERGE_FAIL',
screenSnippetPath: '',
});
});