/**
  * @Then the option field should be disabled
  */
 public function theOptionFieldShouldBeDisabled()
 {
     Assert::true($this->updateConfigurableProductPage->isProductOptionsDisabled(), 'Options field should be immutable, but it does not.');
 }