Remove deprecated Checkbox::enclosedByLabel()#391
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #391 +/- ##
========================================
Coverage 0.00% 0.00%
+ Complexity 815 811 -4
========================================
Files 48 48
Lines 2716 2708 -8
========================================
+ Misses 2716 2708 -8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Removed the duplicate tests. Thanks for the review! |
vjik
left a comment
There was a problem hiding this comment.
Seems, removed tests decrease MSI. Kill muatant.
…k value (include hidden input)
|
Updated the data providers instead: DEFAULT yields now don't call |
…cement to kill mutant
Now data providers contains too much parameters. Tests looks difficult. Can it be simplified somehow? Maybe instead of edits, add new tests? |
…EFAULT placement edge cases
Bugfix
Remove deprecated
Checkbox::enclosedByLabel()method. UselabelPlacement()instead.