mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Taxon] Fixes after PR review
This commit is contained in:
parent
79addbb438
commit
3c4b9fd76a
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ Feature: Changing images of an existing taxon
|
|||
@ui @javascript
|
||||
Scenario: Changing a single image of a taxon
|
||||
Given I want to modify the "T-Shirts" taxon
|
||||
When I change its image to "t-shirts.jpg" for the code "banner"
|
||||
When I change the image with the "banner" code to "t-shirts.jpg"
|
||||
And I save my changes
|
||||
Then I should be notified that it has been successfully edited
|
||||
And this taxon should have an image with a code "banner"
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@ final class ManagingTaxonsContext implements Context
|
|||
}
|
||||
|
||||
/**
|
||||
* @When I change its image to :path for the code :code
|
||||
* @When I change the image with the :code code to :path
|
||||
*/
|
||||
public function iChangeItsImageToPathForTheCode($path, $code)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue