saleor-dashboard/cypress/elements/pages/pages-list.js
Karolina Rakoczy 283e714202
tests for pages (#1222)
* tests for pages

* fix tests

* fix imports

* tests for pages

* add wait

* tests for pages

* fix weight recalculate
2021-07-27 10:57:17 +02:00

3 lines
81 B
JavaScript

export const PAGES_LIST = {
createPageButton: '[data-test-id="createPage"]'
};