saleor-dashboard/cypress/elements/translations/element-translation.js
Klaudia 8e8fcc775c
fixed issues with CLA, and added tests for update translation (#1868)
* fixed issues with CLA, and added tests for update translation

* npm i
2022-02-21 12:31:50 +01:00

8 lines
410 B
JavaScript

export const ELEMENT_TRANSLATION = {
editNameButton: '[data-test-id="edit-name"]',
editDescriptionButton: '[data-test-id="edit-description"]',
editSeoTitleButton: '[data-test-id="edit-seoTitle"]',
editSeoDescriptionButton: '[data-test-id="edit-seoDescription"]',
translationInputField: '[data-test-id="translation-field"]',
translationTextEditor: '[data-test-id="rich-text-editor-translation"]'
};