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 #839 from krupa/xfail-test-to-check-sort_by_recent…
Browse files Browse the repository at this point in the history
…ly_updated

Xfail the test to check sorting by recently updated
  • Loading branch information
krupa committed Apr 18, 2016
2 parents c973e9c + 26ae6dd commit 778b179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/desktop/test_extensions.py
Expand Up @@ -88,6 +88,7 @@ def test_that_checks_if_the_extensions_are_sorted_by_newest(self, base_url, sele

@pytest.mark.native
@pytest.mark.nondestructive
@pytest.mark.xfail(reason='https://github.com/mozilla/addons-server/issues/1986')
def test_that_checks_if_the_extensions_are_sorted_by_recently_updated(self, base_url, selenium):
home_page = Home(base_url, selenium)
featured_extensions_page = home_page.header.site_navigation_menu("Extensions").click()
Expand Down

0 comments on commit 778b179

Please sign in to comment.