saleor-dashboard/cypress/elements/plugins/pluginsList.js
Karolina Rakoczy 19e9b0ffc2
Saleor 4033 tests for plugins (#1317)
* tests for plugins

* tests for plugins

* add default country to create channel mutation

* change data-test-ids

* update snapshots
2021-09-10 11:03:42 +02:00

3 lines
72 B
JavaScript

export const PLUGINS_LIST = {
pluginRow: '[data-test-id="plugin"]'
};