saleor-dashboard/cypress/support/pages/index.js
wojteknowacki b396c8e9a5
fixes staff members tests (#3678)
* fixes staff members tests

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

14 lines
497 B
JavaScript

export * as ordersOperationsHelpers from "./ordersOperations";
export * as transactionsOrderUtils from "./ordersTransactionUtils";
export { expectWelcomeMessageIncludes } from "./homePage";
export { getDisplayedSelectors } from "./permissionsPage";
export {
fillUpOnlyUserDetails,
fillUpSetPassword,
fillUpUserDetailsAndAddFirstPermission,
updateUserActiveFlag,
} from "./userPage";
export {
expectMainMenuAvailableSections,
expectMainMenuSectionsToBeVisible,
} from "./mainMenuPage";