-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CIF-2272 - Cannot close category filter accordion once it is open #656
Conversation
* fix closing a filter when it's already opened
Codecov Report
@@ Coverage Diff @@
## master #656 +/- ##
============================================
+ Coverage 88.44% 88.51% +0.06%
Complexity 1598 1598
============================================
Files 280 281 +1
Lines 6986 7079 +93
Branches 1047 1047
============================================
+ Hits 6179 6266 +87
- Misses 610 616 +6
Partials 197 197
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There should be a test for this change. Like https://github.com/adobe/aem-core-cif-components/blob/master/ui.apps/test/components/commerce/productcollection/productCollectionTest.js. |
@herzog31 , I've added a UI test already. See the Venia PR: adobe/aem-cif-guides-venia#179 |
@LSantha Venia tests are not executed when changes are done in the components repo. So there should be a test in this repo. Can be a UI test or preferably a unit test. |
I've added a unit test. |
Fix closing a filter when it's already opened.
Related Issue
CIF-2272
How Has This Been Tested?
Manually, unit test, UI test.
Types of changes
Checklist: