Exemple #1
0
 def test_major_links_are_present(self, mozwebqa):
     about_page = AboutPage(mozwebqa)
     about_page.go_to_page()
     for link in AboutPage.major_links_list:
         Assert.true(about_page.is_element_present(*link), link[1])