export const PAGE_DETAILS_SELECTORS = { nameInput: '[name="title"]', pageTypesAutocompleteSelect: '[data-test-id="page-types-autocomplete-select"]', attributeValues: '[data-test-id="attribute-value"]', isNotPublishedCheckbox: '[name="isPublished"][value=false]', uploadFileButton: '[data-test-id="button-upload-file"]', richTextEditorAttributeValue: '[class*="ce-paragraph"]', booleanAttributeValueCheckbox: '[name*="attribute:"][type="checkbox"]', numericAttributeValueInput: '[name*="attribute:"]', };