saleor-dashboard/cypress/fixtures/messages.js
wojteknowacki b396c8e9a5
fixes staff members tests (#3678)
* fixes staff members tests

* removing 'only' from suite
2023-05-23 09:51:36 +02:00

5 lines
197 B
JavaScript

export const MESSAGES = {
noProductFound: "No products found",
confirmProductsDeletion: "Are you sure you want to delete 2 products?",
invalidEmailAddress: "Enter a valid email address.",
};