Skip to content

Commit

Permalink
Fixes after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed May 10, 2024
1 parent 63c3cf7 commit 679e793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ public function theOptionFieldShouldBeDisabled()

/**
* @When /^I choose main (taxon "[^"]+")$/
* @When /^I should be able to choose main taxon "([^"]+)"$/
* @Then /^I should be able to choose main (taxon "[^"]+")$/
*/
public function iChooseMainTaxon(TaxonInterface $taxon)
{
Expand Down Expand Up @@ -821,8 +821,8 @@ public function iAttachImageWithType($path, $type = null)

/**
* @When I associate as :productAssociationType the :productName product
* @When I should be able to associate as :productAssociationType the :productName product
* @When I associate as :productAssociationType the :firstProductName and :secondProductName products
* @Then I should be able to associate as :productAssociationType the :productName product
*/
public function iAssociateProductsAsProductAssociation(
ProductAssociationTypeInterface $productAssociationType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function iDescribeItAs($description, $language)
/**
* @Given /^I set its (parent taxon to "[^"]+")$/
* @Given /^I change its (parent taxon to "[^"]+")$/
* @Given /^I should be able to change its (parent taxon to "[^"]+")$/
* @Then /^I should be able to change its (parent taxon to "[^"]+")$/
*/
public function iChangeItsParentTaxonTo(TaxonInterface $taxon)
{
Expand Down

0 comments on commit 679e793

Please sign in to comment.