diff --git a/.gitignore b/.gitignore index 8b1378917..60476dc1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ - +../../config +../specifications/functional-tests/Coherency-TP/ diff --git a/Zonemaster-GUI/FunctionalTests/GR01-test-swedish-language.js b/Zonemaster-GUI/FunctionalTests/GR01-test-swedish-language.js index 93fa81fbd..fa871aaac 100644 --- a/Zonemaster-GUI/FunctionalTests/GR01-test-swedish-language.js +++ b/Zonemaster-GUI/FunctionalTests/GR01-test-swedish-language.js @@ -29,4 +29,4 @@ casper.test.begin('Zonemaster test GR01 - [Supports Swedish language]', 3, funct test.done(); }); -}); \ No newline at end of file +}); diff --git a/Zonemaster-GUI/FunctionalTests/GR04-main-page.js b/Zonemaster-GUI/FunctionalTests/GR04-main-page.js index 9c47702a3..44f5cbe8d 100644 --- a/Zonemaster-GUI/FunctionalTests/GR04-main-page.js +++ b/Zonemaster-GUI/FunctionalTests/GR04-main-page.js @@ -57,4 +57,4 @@ casper.test.begin('Zonemaster test GR04 - [On launching the URL opens with a def test.done(); }); -}); \ No newline at end of file +});