mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-2710 Fix broken image icon bug on windows
This commit is contained in:
@@ -82,7 +82,7 @@ describe('Snipping Tool', () => {
|
||||
wrapper.update();
|
||||
await waitForPromisesToResolve();
|
||||
expect(spy).toBeCalledWith('upload-snippet', {
|
||||
base64PngData: 'NO CANVAS',
|
||||
mergedImageData: 'MERGE_FAIL',
|
||||
screenSnippetPath: '',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user