diff --git a/test/07-conditions-n-loops-tests.js b/test/07-conditions-n-loops-tests.js index dcba3602a9..36a7c7a8f0 100644 --- a/test/07-conditions-n-loops-tests.js +++ b/test/07-conditions-n-loops-tests.js @@ -428,6 +428,9 @@ describe('08-conditions-n-loops-tasks', () => { it.optional('getCommonDirectoryPath should return a common path in the file system', () => { [ { + pathes: ['/web/images/image1.png', '/web/images/image2.png', '/web/other/image2.png'], + expected: '/web/', + }, { pathes: ['/web/images/image1.png', '/web/images/image2.png'], expected: '/web/images/', }, {