mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-17 02:18:01 +00:00
fix province name for UI behat
This commit is contained in:
parent
7f8ee6bbd8
commit
df548bbc1e
1 changed files with 6 additions and 6 deletions
|
|
@ -148,19 +148,19 @@ final class CheckoutAddressingContext implements Context
|
|||
}
|
||||
|
||||
/**
|
||||
* @When I specify shipping country province as :province
|
||||
* @When I specify shipping country province as :provinceName
|
||||
*/
|
||||
public function iSpecifyShippingCountryProvinceAs($province)
|
||||
public function iSpecifyShippingCountryProvinceAs($provinceName)
|
||||
{
|
||||
$this->addressPage->selectShippingAddressProvince($province);
|
||||
$this->addressPage->selectShippingAddressProvince($provinceName);
|
||||
}
|
||||
|
||||
/**
|
||||
* @When I specify billing country province as :province
|
||||
* @When I specify billing country province as :provinceName
|
||||
*/
|
||||
public function iSpecifyBillingCountryProvinceAs($province)
|
||||
public function iSpecifyBillingCountryProvinceAs($provinceName)
|
||||
{
|
||||
$this->addressPage->selectBillingAddressProvince($province);
|
||||
$this->addressPage->selectBillingAddressProvince($provinceName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue