saleor-dashboard/cypress/elements/giftCard/giftCardUpdate.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

3 lines
98 B
JavaScript

export const GIFT_CARD_UPDATE = {
changeActiveStatusButton: '[data-test-id="enable-button"]'
};