Exemple #1
0
 def test_about_text(self, mozwebqa):
     self.selenium = mozwebqa.selenium
     about_pg = AboutPage(mozwebqa)
     about_pg.open("/en-US/about/")
     Assert.true(about_pg.participate_text)
     Assert.true(about_pg.communications_text)
     Assert.true(about_pg.careers_text)
     Assert.true(about_pg.partnerships_text)
     Assert.true(about_pg.legal_text)
     Assert.true(about_pg.contact_us_text)
     Assert.true(about_pg.store_text)
     Assert.true(about_pg.blog_text)