Skip to content

Commit

Permalink
minor #16396 [Behat] Enable Deleting Multiple Tax Rates At Once Scena…
Browse files Browse the repository at this point in the history
…rio (Rafikooo)

This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->

Apparently, during the development of the admin panel, we implemented the bulk deletion feature, so now it's just enough to enable the test.

Commits
-------
  [Behat] Enable deleting multiple tax rates at once scenario
  • Loading branch information
NoResponseMate committed Jun 13, 2024
2 parents 10d83a6 + a269d28 commit e3551e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Feature: Deleting multiple tax rates
And the store has "High VAT" tax rate of 40% for "Food" for the rest of the world
And I am logged in as an administrator

@todo @ui @mink:chromedriver @no-api
@ui @mink:chromedriver @no-api
Scenario: Deleting multiple tax rates at once
When I browse tax rates
And I check the "Low VAT" tax rate
Expand Down

0 comments on commit e3551e4

Please sign in to comment.