Revert "Mark create profile test as expected to fail due to bug 1213829"

This reverts commit 26f9ee4b51.
This commit is contained in:
Dave Hunt 2015-10-16 17:39:47 +01:00
Родитель 26f9ee4b51
Коммит 370ad98e7b
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -14,7 +14,6 @@ from pages.manage_profiles_page import MozTrapManageProfilesPage
class TestManageProfilesPage(BaseTest): class TestManageProfilesPage(BaseTest):
@pytest.mark.moztrap([154, 155]) @pytest.mark.moztrap([154, 155])
@pytest.mark.xfail(reason='Bug 1213829 - Service Unavailable when requesting create profile page')
def test_that_user_can_create_and_delete_profile(self, mozwebqa, login): def test_that_user_can_create_and_delete_profile(self, mozwebqa, login):
from pages.create_profile_page import MozTrapCreateProfilePage from pages.create_profile_page import MozTrapCreateProfilePage
manage_profiles_pg = MozTrapManageProfilesPage(mozwebqa) manage_profiles_pg = MozTrapManageProfilesPage(mozwebqa)