Beispiel #1
0
 def test_that_other_applications_link_has_tooltip(self, mozwebqa):
     """
     Test for Litmus 22925.
     https://litmus.mozilla.org/show_test.cgi?id=29698
     """
     home_page = Home(mozwebqa)
     tooltip = home_page.get_title_of_link('Other applications')
     Assert.equal(tooltip, 'Find add-ons for other applications')
 def test_that_other_applications_link_has_tooltip(self, mozwebqa):
     """
     Test for Litmus 22925.
     https://litmus.mozilla.org/show_test.cgi?id=29698
     """
     home_page = Home(mozwebqa)
     tooltip = home_page.get_title_of_link("Other applications")
     Assert.equal(tooltip, "Find add-ons for other applications")
 def test_that_other_applications_link_has_tooltip(self, mozwebqa):
     home_page = Home(mozwebqa)
     tooltip = home_page.get_title_of_link('Other applications')
     Assert.equal(tooltip, 'Find add-ons for other applications')
Beispiel #4
0
 def test_that_other_applications_link_has_tooltip(self, mozwebqa):
     home_page = Home(mozwebqa)
     tooltip = home_page.get_title_of_link('Other applications')
     Assert.equal(tooltip, 'Find add-ons for other applications')
 def test_that_other_applications_link_has_tooltip(self, base_url,
                                                   selenium):
     home_page = Home(base_url, selenium)
     tooltip = home_page.get_title_of_link('Other applications')
     assert 'Find add-ons for other applications' == tooltip
Beispiel #6
0
 def test_that_other_applications_link_has_tooltip(self, base_url, selenium):
     home_page = Home(base_url, selenium)
     tooltip = home_page.get_title_of_link('Other applications')
     assert 'Find add-ons for other applications' == tooltip