commercetools / sunrise-spa

SUNRISE shop template as a single-page application
https://sunrise-spa.now.sh
Apache License 2.0
51 stars 78 forks source link

Fix flaky tests #163

Closed zeina-idris closed 4 years ago

zeina-idris commented 4 years ago
zeina-idris commented 4 years ago

ProductList component was failing in the unit test, because it's expecting products! So I start the component with v-if=products then we have all the cases in this order: v-if=isLoading v-else-if=products.results.length v-else bad case Tested it everywhere and works like a charm.