/**
  * @Given I verify the structure of the Edit Article page
  */
 public function i_verify_the_structure_of_the_edit_article_page()
 {
     self::verify_fields($this->article_page->get_all_fields());
     self::verify_frames($this->article_page->get_all_frames());
     self::verify_buttons($this->article_page->get_all_edit_buttons());
     self::verify_links($this->article_page->get_all_edit_links());
 }