/**
  * @Given I press save and publish
  */
 public function i_press_save_and_publish()
 {
     $this->helper_context->getSession()->getPage()->pressButton($this->article_page->get_create_button('SAVE_AND_PUBLISH'));
 }