/**
  * @Given I delete the article
  */
 public function i_delete_the_article()
 {
     $this->helper_context->getSession()->getPage()->pressButton($this->article_page->get_edit_link('DELETE'));
 }