diff --git a/features/channel/managing_channels/adding_channel_with_set_period_of_showing_lowest_price.feature b/features/channel/managing_channels/adding_channel_with_set_period_of_showing_lowest_price.feature index f8027b3def..9378fff7ca 100644 --- a/features/channel/managing_channels/adding_channel_with_set_period_of_showing_lowest_price.feature +++ b/features/channel/managing_channels/adding_channel_with_set_period_of_showing_lowest_price.feature @@ -10,7 +10,7 @@ Feature: Specifying the lowest price for discounted products checking period whi And the store operates in "United States" and "Poland" And I am logged in as an administrator - @todo + @api Scenario: Adding a new channel without specifying the lowest price for discounted products checking period When I want to create a new channel And I specify its code as "MOBILE" @@ -23,7 +23,7 @@ Feature: Specifying the lowest price for discounted products checking period whi Then I should be notified that it has been successfully created And the "Mobile" channel should have the lowest price for discounted products checking period set to 30 days - @todo + @api Scenario: Adding a new channel with a specified lowest price for discounted products checking period When I want to create a new channel And I specify its code as "MOBILE" @@ -37,7 +37,7 @@ Feature: Specifying the lowest price for discounted products checking period whi Then I should be notified that it has been successfully created And the "Mobile" channel should have the lowest price for discounted products checking period set to 15 days - @todo + @api Scenario: Being prevented from creating a new channel with the lowest price for discounted products checking period equal to zero When I want to create a new channel And I specify its code as "MOBILE" @@ -50,7 +50,7 @@ Feature: Specifying the lowest price for discounted products checking period whi And I try to add it Then I should be notified that the lowest price for discounted products checking period must be greater than 0 - @todo + @api Scenario: Being prevented from creating a new channel with a negative lowest price for discounted products checking period When I want to create a new channel And I specify its code as "MOBILE" @@ -64,7 +64,7 @@ Feature: Specifying the lowest price for discounted products checking period whi And I try to add it Then I should be notified that the lowest price for discounted products checking period must be greater than 0 - @todo + @api Scenario: Being prevented from creating a new channel with a too big lowest price for discounted products checking period When I want to create a new channel And I specify its code as "MOBILE" diff --git a/features/channel/managing_channels/adding_channel_with_toggle_for_lowest_price.feature b/features/channel/managing_channels/adding_channel_with_toggle_for_lowest_price.feature index d040f4e309..ec20a54f85 100644 --- a/features/channel/managing_channels/adding_channel_with_toggle_for_lowest_price.feature +++ b/features/channel/managing_channels/adding_channel_with_toggle_for_lowest_price.feature @@ -10,7 +10,7 @@ Feature: Choosing whether to show the lowest product price or not while creating And the store operates in "United States" and "Poland" And I am logged in as an administrator - @todo + @api Scenario: Adding a new channel with lowest price before the product has been discounted enabled by default When I want to create a new channel And I specify its code as "MOBILE" @@ -23,7 +23,7 @@ Feature: Choosing whether to show the lowest product price or not while creating Then I should be notified that it has been successfully created And the "Mobile" channel should have the lowest price of discounted products prior to the current discount enabled - @todo @no-ui + @api @no-ui Scenario: Adding a new channel with lowest price before the product has been discounted enabled When I want to create a new channel And I specify its code as "MOBILE" @@ -37,7 +37,7 @@ Feature: Choosing whether to show the lowest product price or not while creating Then I should be notified that it has been successfully created And the "Mobile" channel should have the lowest price of discounted products prior to the current discount enabled - @todo + @api Scenario: Adding a new channel with lowest price before the product has been discounted disabled When I want to create a new channel And I specify its code as "MOBILE" diff --git a/features/channel/managing_channels/editing_channel_with_set_period_of_showing_lowest_price.feature b/features/channel/managing_channels/editing_channel_with_set_period_of_showing_lowest_price.feature index 6e714cdfaf..69dc239b53 100644 --- a/features/channel/managing_channels/editing_channel_with_set_period_of_showing_lowest_price.feature +++ b/features/channel/managing_channels/editing_channel_with_set_period_of_showing_lowest_price.feature @@ -9,7 +9,7 @@ Feature: Specifying the lowest price for discounted products checking period whi And this channel has 15 days set as the lowest price for discounted products checking period And I am logged in as an administrator - @todo + @api Scenario: Changing the lowest price for discounted products checking period When I want to modify a channel "EU" And I specify 30 days as the lowest price for discounted products checking period @@ -17,21 +17,21 @@ Feature: Specifying the lowest price for discounted products checking period whi Then I should be notified that it has been successfully edited And its lowest price for discounted products checking period should be set to 30 days - @todo + @api Scenario: Being prevented from changing the lowest price for discounted products checking period to zero When I want to modify a channel "EU" And I specify 0 days as the lowest price for discounted products checking period And I try to save my changes Then I should be notified that the lowest price for discounted products checking period must be greater than 0 - @todo + @api Scenario: Being prevented from changing the lowest price for discounted products checking period to a negative value When I want to modify a channel "EU" And I specify -10 days as the lowest price for discounted products checking period And I try to save my changes Then I should be notified that the lowest price for discounted products checking period must be greater than 0 - @todo + @api Scenario: Being prevented from changing the lowest price for discounted products checking period to a too big value When I want to modify a channel "EU" And I specify 99999999999 days as the lowest price for discounted products checking period diff --git a/features/channel/managing_channels/editing_channel_with_toggle_for_lowest_price.feature b/features/channel/managing_channels/editing_channel_with_toggle_for_lowest_price.feature index 81a9c52752..acefa2b3b0 100644 --- a/features/channel/managing_channels/editing_channel_with_toggle_for_lowest_price.feature +++ b/features/channel/managing_channels/editing_channel_with_toggle_for_lowest_price.feature @@ -11,7 +11,7 @@ Feature: Choosing whether to show the lowest product price or not while editing And the channel "US Channel" has showing the lowest price of discounted products disabled And I am logged in as an administrator - @todo + @api Scenario: Enabling showing the lowest price of discounted products on a channel When I want to modify a channel "US Channel" And I enable showing the lowest price of discounted products @@ -19,7 +19,7 @@ Feature: Choosing whether to show the lowest product price or not while editing Then I should be notified that it has been successfully edited And the "US Channel" channel should have the lowest price of discounted products prior to the current discount enabled - @todo + @api Scenario: Disabling showing the lowest price of discounted products on a channel When I want to modify a channel "EU Channel" And I disable showing the lowest price of discounted products diff --git a/features/channel/managing_channels/excluding_chosen_taxons_from_showing_lowest_price_of_discounted_products.feature b/features/channel/managing_channels/excluding_chosen_taxons_from_showing_lowest_price_of_discounted_products.feature index 3e68f7961c..6e72d87d46 100644 --- a/features/channel/managing_channels/excluding_chosen_taxons_from_showing_lowest_price_of_discounted_products.feature +++ b/features/channel/managing_channels/excluding_chosen_taxons_from_showing_lowest_price_of_discounted_products.feature @@ -9,7 +9,7 @@ Feature: Excluding chosen taxons from displaying the lowest price of discounted And the store classifies its products as "T-Shirts", "Caps" and "Sweaters" And I am logged in as an administrator - @todo @javascript + @api @javascript Scenario: Excluding a singular taxon from displaying the lowest price of discounted products When I want to modify a channel "Poland" And I exclude the "T-Shirts" taxon from showing the lowest price of discounted products @@ -17,7 +17,7 @@ Feature: Excluding chosen taxons from displaying the lowest price of discounted Then I should be notified that it has been successfully edited And this channel should have "T-Shirts" taxon excluded from displaying the lowest price of discounted products - @todo @javascript + @api @javascript Scenario: Excluding multiple taxons from displaying the lowest price of discounted products When I want to modify a channel "Poland" And I exclude the "T-Shirts" and "Caps" taxons from showing the lowest price of discounted products