saleor-dashboard/cypress/elements/index.js
Anna Szczęch 70c7f3a2f8
Add e2e for capture transactions in orders (#3567)
* Update schema, remove transaction specific files

* Merge `.transaction` queries and mutations into regular files

* Merge OrderDetails fragments

* Remove usage of `.transaction` graphl types

* Update fixtures

* Remove usage of useFlag, remove duplicated queries & mutations

* Fix displayed event type for INFO

* Remove type alias from order/types.ts, remove type casting

* Fix failing tests

* Add preview label and better description in Channel settings

* Update button in GrantRefund page

* Fix missing data-test-id

* add e2e for capture transactions in orders

* creates tests for transactions order view switched on

---------

Co-authored-by: Jonatan Witoszek <jonatan.witoszek@saleor.io>
Co-authored-by: wojteknowacki <wojciech.nowacki@saleor.io>
2023-05-11 08:46:33 +02:00

51 lines
1.7 KiB
JavaScript

export {
LOGIN_SELECTORS,
MENU_SELECTORS,
SET_PASSWORD_SELECTORS,
} from "./account/";
export { APPS_LIST_SELECTORS } from "./apps";
export { ATTRIBUTES_DETAILS, ATTRIBUTES_LIST } from "./attribute";
export {
CATEGORIES_LIST_SELECTORS,
CATEGORY_DETAILS_SELECTORS,
COLLECTION_SELECTORS,
PRODUCT_DETAILS,
PRODUCTS_LIST,
} from "./catalog";
export { CHANNEL_FORM_SELECTORS, CHANNELS_SELECTORS } from "./channels";
export { CONFIGURATION_SELECTORS } from "./configuration/configuration-selectors";
export {
CUSTOMER_DETAILS_SELECTORS,
CUSTOMERS_LIST_SELECTORS,
} from "./customer/";
export { SALES_SELECTORS, VOUCHERS_SELECTORS } from "./discounts";
export { HOMEPAGE_SELECTORS } from "./homePage/homePage-selectors";
export { PAGINATION } from "./navigation";
export {
DRAFT_ORDERS_LIST_SELECTORS,
ORDER_GRANT_REFUND,
ORDER_TRANSACTION_CREATE,
ORDERS_SELECTORS,
} from "./orders";
export { PAGE_DETAILS_SELECTORS, PAGES_LIST_SELECTORS } from "./pages/";
export {
PAGE_TYPE_DETAILS_SELECTORS,
PAGE_TYPES_LIST_SELECTORS,
} from "./pageTypes";
export {
PERMISSION_GROUP_DETAILS_SELECTORS,
PERMISSION_GROUP_LIST_SELECTORS,
} from "./permissionGroup";
export { PLUGINS_DETAILS_SELECTORS, PLUGINS_LIST_SELECTORS } from "./plugins";
export {
PRODUCT_TYPE_DETAILS_SELECTORS,
PRODUCT_TYPES_LIST_SELECTORS,
} from "./productTypes";
export { ADDRESS_SELECTORS, BUTTON_SELECTORS, SHARED_ELEMENTS } from "./shared";
export { SHIPPING_ZONES_LIST_SELECTORS } from "./shipping";
export {
INVITE_STAFF_MEMBER_FORM_SELECTORS,
STAFF_MEMBER_DETAILS_SELECTORS,
STAFF_MEMBERS_LIST_SELECTORS,
} from "./staffMembers";
export { LANGUAGES_LIST_SELECTORS } from "./translations";