Yurii Zusik
Yurii Zusik
## What? This PR is aimed to refactor Checkbox component's tests according to best practices. We take into account recommendations from Kent C. Dodds [article](https://kentcdodds.com/blog/common-mistakes-with-react-testing-library#using-container-to-query-for-elements). For instance, using `container` for...
## What? This PR updates position of check icon in select list. ([BIGDESIGN-207](https://jira.bigcommerce.com/browse/BIGDESIGN-207)) ## Why? According to design check icon should be located 8px from list item label. Also width...
## What/Why? This pr adds wish lists book for customer account. For now customer can: - fetch existed wish lists - create wish list - delete wishlist - paginate with...
## What/Why? This pr adds Wishlist Drawer for Catalyst (PDP) This Drawer help the user to manage wishlists: - creating new wishlist - adding new item to wishlist - deleting...
## What/Why? This pr provides refactoring for mutations that are not reused and can be transferred to their actions ## Testing Locally