saleor-dashboard/cypress/elements/account/index.js
wojteknowacki bf532939e2
Test navigation refactor (#3294)
* naviagtion aka permissions refactor
2023-03-09 09:18:07 +01:00

5 lines
251 B
JavaScript

import * as MENU_SELECTORS from "./left-menu/left-menu-selectors";
import * as LOGIN_SELECTORS from "./login-selectors";
import * as SET_PASSWORD_SELECTORS from "./login-selectors";
export { MENU_SELECTORS, LOGIN_SELECTORS, SET_PASSWORD_SELECTORS };