saleor-dashboard/cypress/elements/siteSettings/site-settings-details.js
Karolina Rakoczy 2407ae6f76
gift cards in checkout (#1376)
* gift cards in checkout

* complete checkout after trying to add gift card

* fix gift cards tests

* fix gift cards

* update snapshots

* fix tests

* fix gift cards in checkout

* delete created channels
2021-09-29 15:24:47 +02:00

4 lines
115 B
JavaScript

export const SITE_SETTINGS_DETAILS = {
nameInput: '[name="name"]',
descriptionInput: '[name="description"]'
};