From 45e28de2dae874f0ffca7e5d660c782c1bc62d3c Mon Sep 17 00:00:00 2001 From: AlinT Date: Tue, 30 Oct 2012 18:12:20 +0200 Subject: [PATCH] Xfail remaining tests that use search "" --- tests/test_view_source.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_view_source.py b/tests/test_view_source.py index f0e08e9..54b1204 100644 --- a/tests/test_view_source.py +++ b/tests/test_view_source.py @@ -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 @@ -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)