[PriceHistory][UI][Shop] Tag seeing lowest price when changing variants and options enabled

This commit is contained in:
Rafikooo 2023-03-21 10:32:36 +01:00
parent 00dea4bab7
commit 1985e10070
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B
2 changed files with 8 additions and 8 deletions

View file

@ -21,19 +21,19 @@ Feature: Seeing the corresponding lowest price before the discount when selectin
And there is a catalog promotion "Summer sale" with priority 1 that reduces price by "50%" and applies on "Bocian Vodka variant 0" variant
@todo @no-api @javascript
@no-api @ui @javascript
Scenario: Seeing correct lowest price when selecting first option value from the list
When I view product "Wyborowa Vodka"
And I select its "Taste" as "Exquisite"
Then I should see "$20.00" as its lowest price before the discount
@todo @no-api @javascript
@no-api @ui @javascript
Scenario: Seeing correct lowest price when selecting another option value from the list
When I view product "Wyborowa Vodka"
And I select its "Taste" as "Lemon"
Then I should see "$25.00" as its lowest price before the discount
@todo @no-api @javascript
@no-api @ui @javascript
Scenario: Seeing correct lowest price when selecting last option value from the list after selecting another option value from the list
When I view product "Wyborowa Vodka"
And I select its "Taste" as "Lemon"
@ -41,14 +41,14 @@ Feature: Seeing the corresponding lowest price before the discount when selectin
And I select its "Taste" as "Bitter"
Then I should see "$35.00" as its lowest price before the discount
@todo @no-api @javascript
@no-api @ui @javascript
Scenario: Seeing correct lowest price when having discounted variant with more than one option value
When I view product "Bocian Vodka"
And I select its "Color" as "Blue"
And I select its "Size" as "Small"
Then I should see "$10.00" as its lowest price before the discount
@todo @no-api @javascript
@no-api @ui @javascript
Scenario: Not seeing the lowest price when having variant with more than one option value and without discount
When I view product "Bocian Vodka"
And I select its "Color" as "Blue"

View file

@ -12,19 +12,19 @@ Feature: Seeing the corresponding lowest price before the discount when selectin
And the product "Wyborowa Vodka" has "Wyborowa Vodka 30%" variant priced at "$60.00"
And there is a catalog promotion "Winter sale" with priority 1 that reduces price by "50%" and applies on "Wyborowa Vodka" product
@todo @no-api @javascript
@no-api @ui @javascript
Scenario: Seeing correct lowest price when selecting first variant from the list
When I view product "Wyborowa Vodka"
And I select "Wyborowa Vodka 40%" variant
Then I should see "$40.00" as its lowest price before the discount
@todo @no-api @javascript
@no-api @ui @javascript
Scenario: Seeing correct lowest price when selecting another variant from the list
When I view product "Wyborowa Vodka"
And I select "Wyborowa Vodka 50%" variant
Then I should see "$50.00" as its lowest price before the discount
@todo @no-api @javascript
@no-api @ui @javascript
Scenario: Seeing correct lowest price when selecting first variant from the list after selecting another variant
When I view product "Wyborowa Vodka"
And I select "Wyborowa Vodka 50%" variant