This commit is contained in:
AlinT 2012-09-28 14:29:46 +03:00
Родитель c8ccb9690c
Коммит d7a788dfac
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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)