diff --git a/features/addressing/managing_countries/province_unique_code_validation.feature b/features/addressing/managing_countries/province_unique_code_validation.feature index b3f837d10e1..5fec4e8837d 100644 --- a/features/addressing/managing_countries/province_unique_code_validation.feature +++ b/features/addressing/managing_countries/province_unique_code_validation.feature @@ -13,6 +13,6 @@ Feature: Province unique code validation Scenario: Trying to add a new province with taken code When I want to edit this country And I add the "Scotland" province with "GB-NIR" code - And I try to save changes + And I try to save my changes Then I should be notified that province code must be unique And province with name "Scotland" should not be added in this country diff --git a/features/addressing/managing_countries/province_validation.feature b/features/addressing/managing_countries/province_validation.feature index dc08795ce9f..e813d989a2b 100644 --- a/features/addressing/managing_countries/province_validation.feature +++ b/features/addressing/managing_countries/province_validation.feature @@ -13,7 +13,7 @@ Feature: Province validation When I want to create a new province in country "United Kingdom" And I name the province "Scotland" But I do not specify the province code - And I try to save changes + And I try to save my changes Then I should be notified that code is required And province with name "Scotland" should not be added in this country @@ -22,7 +22,7 @@ Feature: Province validation When I want to create a new province in country "United Kingdom" And I specify the province code as "GB-SCT" But I do not name the province - And I try to save changes + And I try to save my changes Then I should be notified that name is required And province with code "GB-SCT" should not be added in this country diff --git a/src/Sylius/Behat/Context/Ui/Admin/ManagingCountriesContext.php b/src/Sylius/Behat/Context/Ui/Admin/ManagingCountriesContext.php index 581f9d40b74..1a94b33af2d 100644 --- a/src/Sylius/Behat/Context/Ui/Admin/ManagingCountriesContext.php +++ b/src/Sylius/Behat/Context/Ui/Admin/ManagingCountriesContext.php @@ -98,7 +98,7 @@ public function iDisableIt() /** * @When I save my changes - * @When I try to save changes + * @When I try to save my changes */ public function iSaveMyChanges() {