/**
  * @Given I can see the vallue :value in the HTML
  */
 public function iCanSeeTheValueInTheHTML($value)
 {
     $this->minkContext->assertResponseContains($value);
 }