Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
xfailing test_web_platform-*
Browse files Browse the repository at this point in the history
  • Loading branch information
retornam committed Dec 10, 2013
1 parent 301442a commit 4ff8079
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_home.py
Expand Up @@ -85,6 +85,8 @@ def test_zones_link_urls_are_valid(self, mozwebqa):

@pytest.mark.native
@pytest.mark.nondestructive
@pytest.mark.xfail("config.getvalue('base_url').endswith('.org')",
reason="BUG 802196: Broken links on staging")
def test_web_platform_menu_links_are_visible(self, mozwebqa):
home_page = HomePage(mozwebqa)
home_page.go_to_page()
Expand All @@ -97,6 +99,8 @@ def test_web_platform_menu_links_are_visible(self, mozwebqa):
Assert.true(home_page.header.is_search_present)

@pytest.mark.nondestructive
@pytest.mark.xfail("config.getvalue('base_url').endswith('.org')",
reason="BUG 802196: Broken links on staging")
def test_web_platform_menu_link_destinations_are_correct(self, mozwebqa):
home_page = HomePage(mozwebqa)
home_page.go_to_page()
Expand All @@ -109,7 +113,7 @@ def test_web_platform_menu_link_destinations_are_correct(self, mozwebqa):
Assert.equal(0, len(bad_links), '%s bad links found: ' % len(bad_links) + ', '.join(bad_links))

@pytest.mark.nondestructive
@pytest.mark.xfail("config.getvalue('base_url').endswith('allizom.org')",
@pytest.mark.xfail("config.getvalue('base_url').endswith('.org')",
reason="BUG 802196: Broken links on staging")
def test_web_platform_menu_link_urls_are_valid(self, mozwebqa):
home_page = HomePage(mozwebqa)
Expand Down

0 comments on commit 4ff8079

Please sign in to comment.