medic / angular10-migration

0 stars 0 forks source link

Flacky e2e: tests/e2e/registration-by-sms.js #148

Closed latin-panda closed 2 years ago

latin-panda commented 3 years ago
Screen Shot 2021-02-16 at 1 11 17 pm

https://github.com/medic/cht-core/pull/6930/checks?check_run_id=1908243240

dianabarsan commented 3 years ago

I've figured out why this test failed.

On the branch where it failed, some tests were shuffled around, so that the test that ran right before this one are the add user tests, which are all in the admin app. The problem is that those tests don't redirect back to webapp when they're done, so this test was just sitting there, in the admin app, and waiting for stuff to happen.