예제 #1
0
 def test_about_page_content(self, mozwebqa):
     about_page = About(mozwebqa)
     about_page.go_to_about_page()
     Assert.true(about_page.is_about_page_header_visible)
     Assert.true(about_page.is_about_page_text_visible)
예제 #2
0
 def test_about_page_content(self, mozwebqa):
     about_page = About(mozwebqa)
     about_page.go_to_about_page()
     Assert.true(about_page.is_about_page_header_visible)
     Assert.true(about_page.is_about_page_text_visible)
예제 #3
0
 def test_about_sidebar_content_is_visible(self, mozwebqa):
     about_page = About(mozwebqa)
     about_page.go_to_about_page()
     Assert.true(about_page.is_about_sidebar_faq_visible)
     Assert.true(about_page.is_about_sidebar_wiki_link_visible)
예제 #4
0
 def test_about_sidebar_content_is_visible(self, mozwebqa):
     about_page = About(mozwebqa)
     about_page.go_to_about_page()
     Assert.true(about_page.is_about_sidebar_faq_visible)
     Assert.true(about_page.is_about_sidebar_wiki_link_visible)