diff --git a/features/promotion/applying_promotion_coupon/applying_promotion_coupon_with_per_customer_usage_limit.feature b/features/promotion/applying_promotion_coupon/applying_promotion_coupon_with_per_customer_usage_limit.feature index a3df32d0e67..ae87cdaa439 100644 --- a/features/promotion/applying_promotion_coupon/applying_promotion_coupon_with_per_customer_usage_limit.feature +++ b/features/promotion/applying_promotion_coupon/applying_promotion_coupon_with_per_customer_usage_limit.feature @@ -33,7 +33,7 @@ Feature: Applying promotion coupon with per customer usage limit Then my cart total should be "$90.00" And my discount should be "-$10.00" - @ui + @ui @api Scenario: Receiving no discount from valid coupon that has reached its per customer usage limit Given this coupon can be used once per customer And I placed an order "#00000022" diff --git a/src/Sylius/Behat/Resources/config/suites/api/promotion/applying_promotion_coupon.yml b/src/Sylius/Behat/Resources/config/suites/api/promotion/applying_promotion_coupon.yml index 159398ff6ff..26f0c02c7a7 100644 --- a/src/Sylius/Behat/Resources/config/suites/api/promotion/applying_promotion_coupon.yml +++ b/src/Sylius/Behat/Resources/config/suites/api/promotion/applying_promotion_coupon.yml @@ -24,7 +24,7 @@ default: - sylius.behat.context.setup.payment - sylius.behat.context.setup.product - sylius.behat.context.setup.promotion - - sylius.behat.context.setup.shop_security + - sylius.behat.context.setup.shop_api_security - sylius.behat.context.setup.shipping - sylius.behat.context.setup.taxonomy