saleor-dashboard/cypress/elements/pages/pages-list.js
wojteknowacki ad341e9954
Tests - fixes pages scenarios (#3857)
* test fixes for pages scenarios

* fixed pages tests - should create published page should keep failing since waits for BE fix
2023-07-05 14:23:56 +02:00

6 lines
241 B
JavaScript

export const PAGES_LIST_SELECTORS = {
createPageButton: '[data-test-id="create-page"]',
dialogPageTypeInput: "[data-test-id='dialog-page-type']",
dialogPageTypeInputOptions:
"[data-test-id='single-autocomplete-select-option']",
};