saleor-dashboard/cypress/fixtures/index.js
2023-07-24 09:47:11 +02:00

7 lines
411 B
JavaScript

export { bodyMockHomePage } from "./bodyMocks";
export { orderDraftCreateDemoResponse } from "./errors/demo/orderDratCreate";
export { urlList } from "./urlList";
export { ONE_PERMISSION_USERS, TEST_ADMIN_USER } from "./users";
export { MESSAGES } from "./messages";
export * as LOCAL_STORAGE_FOR_COLUMN_PICKER from "./localStorage/columnPickerMocks";
export * as LOCAL_STORAGE_KEYS from "./localStorage/keys";