/**
  * @Given I verify the structure of the Create Article page
  */
 public function i_verify_the_structure_of_the_create_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_create_buttons());
 }