
* Enable save button on page edit pages * Update e2e page create tests * Update page create tests snapshots * Update changelog with enable save button * Update messages of pages views * Update page details messages
4 lines
143 B
JavaScript
4 lines
143 B
JavaScript
export const PAGES_LIST = {
|
|
createPageButton: '[data-test-id="create-page"]',
|
|
dialogPageTypeInput: "[data-test-id='dialog-page-type']",
|
|
};
|