hasShippingAddressInput() public method

Example #1
0
 /**
  * @Then I should not be able to specify province name manually for shipping address
  */
 public function iShouldNotBeAbleToSpecifyProvinceNameManuallyForShippingAddress()
 {
     Assert::false($this->addressPage->hasShippingAddressInput(), 'I should not be able to specify manually the province for shipping address, but I can.');
 }