示例#1
0
 def test_that_featured_themes_go_to_their_landing_page_when_clicked(
         self, services_base_url, selenium):
     discovery_pane = DiscoveryPane(services_base_url, selenium,
                                    self.basepath(selenium))
     first_theme = discovery_pane.first_theme
     theme = discovery_pane.click_on_first_theme()
     assert first_theme in theme.theme_title
 def test_that_featured_themes_go_to_their_landing_page_when_clicked(
         self, mozwebqa):
     discovery_pane = DiscoveryPane(mozwebqa, self.basepath(mozwebqa))
     first_theme = discovery_pane.first_theme
     theme = discovery_pane.click_on_first_theme()
     Assert.contains(first_theme, theme.theme_title)
 def test_that_featured_themes_go_to_their_landing_page_when_clicked(self, services_base_url, selenium):
     discovery_pane = DiscoveryPane(services_base_url, selenium, self.basepath(selenium))
     first_theme = discovery_pane.first_theme
     theme = discovery_pane.click_on_first_theme()
     assert first_theme in theme.theme_title
示例#4
0
 def test_that_featured_themes_go_to_their_landing_page_when_clicked(self, mozwebqa):
     """Test for Litmus 15081."""
     discovery_pane = DiscoveryPane(mozwebqa, self.basepath(mozwebqa))
     first_theme = discovery_pane.first_theme
     theme = discovery_pane.click_on_first_theme()
     Assert.contains(first_theme, theme.theme_title)
 def test_that_featured_themes_go_to_their_landing_page_when_clicked(self, mozwebqa):
     discovery_pane = DiscoveryPane(mozwebqa, self.basepath(mozwebqa))
     first_theme = discovery_pane.first_theme
     theme = discovery_pane.click_on_first_theme()
     assert first_theme in theme.theme_title