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

Xfail remaining tests that use search "" #81

Merged
merged 1 commit into from Oct 30, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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