From d7a788dfac1f48dcd496849869033c8ec0093b5f Mon Sep 17 00:00:00 2001 From: AlinT Date: Fri, 28 Sep 2012 14:29:46 +0300 Subject: [PATCH] same failure due to same bug --- tests/test_manage_products_page.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_manage_products_page.py b/tests/test_manage_products_page.py index ebbc816..133a135 100644 --- a/tests/test_manage_products_page.py +++ b/tests/test_manage_products_page.py @@ -43,6 +43,7 @@ class TestManageProductsPage(BaseTest): manage_products_pg.delete_product(name=product['name']) + @pytest.mark.xfail(reason = "795244 - [dev]Searching by name for a product just created does not return any results ") def test_that_user_can_filter_product_by_name_without_mouse(self, mozwebqa_logged_in): manage_products_pg = MozTrapManageProductsPage(mozwebqa_logged_in)