saleor-dashboard/cypress/elements/translations/languages-list.js

4 lines
81 B
JavaScript
Raw Normal View History

2021-09-02 10:36:46 +00:00
export const LANGUAGES_LIST = {
polishLanguageButton: '[data-test-id="PL"]'
};