medic / angular10-migration

0 stars 0 forks source link

Contact-summary e2e test is not running #153

Open dianabarsan opened 3 years ago

dianabarsan commented 3 years ago

This is happening because of a bad path used in the config file:

'tests/e2e/contact-summary.js',

instead of

'e2e/contact-summary.js',

https://github.com/medic/cht-core/blob/4750-angular-10-take-2/tests/conf-disabled.js#L36

If I comment out every test except that line, no tests are executed: image