Esempio n. 1
0
 /**
  * @Then /^(?:my|his|her) account should not be verified$/
  */
 public function myAccountShouldNotBeVerified()
 {
     $this->dashboardPage->open();
     Assert::false($this->dashboardPage->isVerified(), 'Account should not be verified.');
 }