getShippingAddressCountry() public method

Esempio n. 1
0
 /**
  * @Then I should have no country selected
  */
 public function iShouldHaveNoCountrySelected()
 {
     Assert::eq('Select', $this->addressPage->getShippingAddressCountry(), 'Shipping country should not be selected.');
 }