Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #684 from AndreiH/xfail_hide_email_test
Browse files Browse the repository at this point in the history
Bug 959202 - [dev] 'Hide email address from other users' option is not w...
  • Loading branch information
AlinT committed Jan 13, 2014
2 parents 81c53f3 + c5e6c9c commit 2dc1c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/desktop/test_users_account.py
Expand Up @@ -75,6 +75,7 @@ def test_user_can_access_the_view_profile_page(self, mozwebqa):

@pytest.mark.native
@pytest.mark.login
@pytest.mark.xfail(reason="Bug 959202 - [dev] 'Hide email address from other users' option is not working")
def test_hide_email_checkbox_works(self, mozwebqa):
home_page = Home(mozwebqa)
home_page.login()
Expand Down

0 comments on commit 2dc1c6f

Please sign in to comment.