Sylius/features/promotion/managing_coupons/browsing_coupon.feature
2022-03-11 09:20:29 +01:00

16 lines
621 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
Scenario: Browsing coupons in store
When I want to view all coupons of this promotion
And there should be 1 coupon related to this promotion
And there should be coupon with code "SANTA2016"