Skip to content

Commit

Permalink
Merge branch 'feat/5G-SCM' of https://github.com/intuitem/ciso-assist…
Browse files Browse the repository at this point in the history
…ant-community into feat/5G-SCM
  • Loading branch information
eric-intuitem committed May 18, 2024
2 parents 1c84535 + 609d30c commit 7651c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/functional/detailed/libraries.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('every library can be loaded', async ({ logedPage, librariesPage, page }) =
let previousRemainingLibrary = '';
let nextRemainingLibrary = libraryNames[0];
for (let i = 1; i < libraryNames.length; i++) {
console.log("library:" + nextRemainingLibrary);
console.log('library:' + nextRemainingLibrary);
await librariesPage.importLibrary(nextRemainingLibrary, undefined, 'any');

await librariesPage.tab('Libraries store').click();
Expand Down

0 comments on commit 7651c18

Please sign in to comment.