saleor-dashboard/cypress/fixtures/products.js
Karolina Rakoczy 5bee739872
Saleor 4581 tests for products images (#1450)
* tests for images on product list

* image on product details page should be displayed

* test for upload image

* fix collection utils import

* fix creating test data

* update jest
2021-10-14 13:47:41 +03:00

3 lines
66 B
JavaScript

export const demoProductsNames = {
appleJuice: "Apple Juice"
};