saleor-dashboard
saleor-dashboard copied to clipboard
Saleor 7780 fix for collection tests
I want to merge this change because it fix tests for collection
- adding stable tag in each test to run them will all tests in releases,
- adding
collectionChannelListingUpdate
mutation, - adding fields in
collectionAddProducts
mutation, - changes in getCollection function (removed called function for default channel and added as argument)
PR intended to be tested with API branch:
Screenshots
Pull Request Checklist
- [ ] This code contains UI changes
- [ ] All visible strings are translated with proper context including data-formatting
- [ ] Attributes
[data-test-id]
are added for new elements - [ ] Changes are mentioned in the changelog
- [ ] The changes are tested in different browsers and in light/dark mode
Test environment config
API_URI=https://automation-dashboard.staging.saleor.cloud/graphql/ MARKETPLACE_URL=https://marketplace-gray.vercel.app/
Task linked: SALEOR-7780 [Fix] Collection tests