2021-07-27 08:57:17 +00:00
|
|
|
export const PAGE_DETAILS = {
|
|
|
|
nameInput: '[name="title"]',
|
2022-02-11 11:28:55 +00:00
|
|
|
pageTypesAutocompleteSelect:
|
|
|
|
'[data-test-id="page-types-autocomplete-select"]',
|
|
|
|
attributeValues: '[data-test-id="attribute-value"]',
|
2021-07-27 08:57:17 +00:00
|
|
|
isPublishedCheckbox: '[name="isPublished"][value=true]',
|
2022-02-11 11:28:55 +00:00
|
|
|
uploadFileButton: '[data-test-id="button-upload-file"]',
|
2021-07-27 08:57:17 +00:00
|
|
|
richTextEditorAttributeValue: '[class*="ce-paragraph"]',
|
|
|
|
booleanAttributeValueCheckbox: '[name*="attribute:"][type="checkbox"]',
|
|
|
|
numericAttributeValueInput: '[name*="attribute:"]'
|
|
|
|
};
|