Ejemplo n.º 1
0
 public function testDontSeeOptionIsSelectedByLabel()
 {
     $this->module->amOnPage('/form/select');
     $this->module->dontSeeOptionIsSelected('Select your age', '21-60');
 }