/**
  * @Given I press save and keep published
  */
 public function i_press_save_and_keep_published()
 {
     $this->helper_context->getSession()->getPage()->pressButton($this->article_page->get_edit_button('SAVE_AND_KEEP_PUBLISHED'));
 }