saleor-dashboard/cypress/support/api/requests/index.js
wojteknowacki ad341e9954
Tests - fixes pages scenarios (#3857)
* test fixes for pages scenarios

* fixed pages tests - should create published page should keep failing since waits for BE fix
2023-07-05 14:23:56 +02:00

15 lines
739 B
JavaScript

export { createChannel, updateChannelOrderSettings } from "./Channels";
export { createCustomer, deleteCustomersStartsWith } from "./Customer";
export { createDraftOrder, getOrder, updateOrdersSettings } from "./Order";
export { updateMetadata, updatePrivateMetadata } from "./Metadata";
export { getProductMetadata } from "./storeFront/ProductDetails";
export { activatePlugin, updatePlugin } from "./Plugins";
export {
deleteStaffMembersStartsWith,
updateStaffMember,
} from "./StaffMembers";
export * as productsRequests from "./Product";
export * as productsTypeRequests from "./ProductType";
export * as attributeRequests from "./Attribute";
export * as pageRequests from "./Page";
export * as pageTypeRequests from "./PageType";