Skip to content
Snippets Groups Projects
Commit 8182dc01 authored by Damien IRIBERRY's avatar Damien IRIBERRY
Browse files

[ivette] Fix e2e Test with C file analyse

parent cf8e75c9
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,6 @@ test("server connection with a C file to analyze", async () => { ...@@ -28,6 +28,6 @@ test("server connection with a C file to analyze", async () => {
await e2eService.launchIvette("../tests/test/adpcm.c"); await e2eService.launchIvette("../tests/test/adpcm.c");
const electronApp = launchAppResult.app; const electronApp = launchAppResult.app;
const window = launchAppResult.page; const window = launchAppResult.page;
await e2eService.testFileIsLoaded(window, "../tests/test/adpcm.c"); await e2eService.testFileIsLoaded(window, "tests/test/adpcm.c");
await electronApp.close(); await electronApp.close();
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment