[Behat] Correct filtering tax rates scenarios description

This commit is contained in:
Rafikooo 2024-07-23 11:33:16 +02:00
parent ad70bc5b0e
commit 660fa53264
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B

View file

@ -20,7 +20,7 @@ Feature: Filtering tax rates by start date
But I should see the tax rate "2023 tax rate" in the list
@api @ui
Scenario: Filtering catalog promotions up to start date
Scenario: Filtering tax rates up to start date
When I browse tax rates
And I filter tax rates by start date up to "2022-12-22"
Then I should not see a tax rate with name "2023 tax rate"
@ -28,7 +28,7 @@ Feature: Filtering tax rates by start date
But I should see the tax rate "2022 tax rate" in the list
@api @ui
Scenario: Filtering catalog promotions in a start date range
Scenario: Filtering tax rates in a start date range
When I browse tax rates
And I filter tax rates by start date from "2022-08-20" up to "2022-12-26"
Then I should not see a tax rate with name "2023 tax rate"