Closed connorcoley closed 4 years ago
Merging #402 into main will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #402 +/- ##
=======================================
Coverage 77.37% 77.37%
=======================================
Files 21 21
Lines 2263 2263
Branches 472 472
=======================================
Hits 1751 1751
Misses 375 375
Partials 137 137
This PR adds a new set of test (right now, a single test using a valid reaction) where we compare the number of validation errors before/after "changing" fields by triggering
$('.edittext').trigger('blur');
. We don't expect the number of validation errors to change in this case.