Sylius/features/promotion/managing_coupons/browsing_coupons.feature

16 lines
663 B
Gherkin

@managing_promotion_coupons
Feature: Browsing promotion coupons
In order to see all promotion coupons
As an Administrator
I want to browse coupons of specific promotion
Background:
Given the store operates on a single channel in "United States"
And the store has promotion "Christmas sale" with coupon "SANTA2016"
And I am logged in as an administrator
@ui @api
Scenario: Browsing coupons of a promotion
When I want to view all coupons of this promotion
And there should be 1 coupon related to this promotion
And there should be a "Christmas sale" promotion with a coupon code "SANTA2016"