Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Xfail remaining tests that use search ""
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinT committed Oct 30, 2012
1 parent 0a10cbd commit 45e28de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_view_source.py
Expand Up @@ -10,6 +10,7 @@

class TestViewSource:

@pytest.mark.xfail(reason="Bug 806438 - [dev] 'No results were found for the term "".' on the base search page")
@pytest.mark.nondestructive
def test_view_source_addon(self, mozwebqa):
#This test is to check viewing the source of an addon while not logged in
Expand All @@ -23,6 +24,7 @@ def test_view_source_addon(self, mozwebqa):
Assert.true(addoneditor_obj.tab(1).selected)
Assert.not_none(addoneditor_obj.tab(1).content)

@pytest.mark.xfail(reason="Bug 806438 - [dev] 'No results were found for the term "".' on the base search page")
def test_view_source_library(self, mozwebqa):
#This test is to check viewing the source of a library while not logged in
homepage_obj = HomePage(mozwebqa)
Expand Down

0 comments on commit 45e28de

Please sign in to comment.