saleor-dashboard/cypress/elements/pages/page-details.js

12 lines
509 B
JavaScript
Raw Normal View History

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