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

4 lines
168 B
JavaScript

import { PAGE_DETAILS_SELECTORS } from "./page-details";
import { PAGES_LIST_SELECTORS } from "./pages-list";
export { PAGE_DETAILS_SELECTORS, PAGES_LIST_SELECTORS };