Hi Guys,
Today I’ve playing with test suite I something going me crazy
I create the follow test
https://github.com/roramirez/MagicMirror/commit/88f1f6bbd4fe6d7f3b9391993d207c7b9ebfb2e9
Two check on same test case. On my enviroment ever but ever give me fail
smirror :: ~/MagicMirror ‹without-modules-test*› » ./node_modules/mocha/bin/mocha tests/e2e/without_modules.js
Check configuration without modules
✓ Show the message create file config (83ms)
1) Show the message create file config 2
1 passing (6s)
1 failing
1) Check configuration without modules Show the message create file config 2:
Error: An element could not be located on the page using the given search parameters ("#module_2_helloworld .module-content").
at elements("#module_2_helloworld .module-content") - getText.js:18:17
at execute(, "isLoading", , "require") - api.js:350:19
I pushed a sample for shared with you and these are passing on Travis
https://travis-ci.org/roramirez/MagicMirror/jobs/200521954
Anybody can give me some light?