/**
  * @Then /^this product should have (?:a|an) "([^"]+)" option$/
  */
 public function thisProductShouldHaveOption($productOption)
 {
     $this->updateConfigurableProductPage->isProductOptionChosen($productOption);
 }