saleor-dashboard/cypress/elements/translations/languages-list.js
wojteknowacki bf532939e2
Test navigation refactor (#3294)
* naviagtion aka permissions refactor
2023-03-09 09:18:07 +01:00

4 lines
157 B
JavaScript

export const LANGUAGES_LIST_SELECTORS = {
polishLanguageButton: '[data-test-id="PL"]',
translationListView: '[data-test-id="translation-list-view"]',
};