mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat] Correct filtering tax rates scenarios description
This commit is contained in:
parent
ad70bc5b0e
commit
660fa53264
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue