Skip to content

Commit

Permalink
Merge pull request mozilla#417 from Marlena/remove_marks
Browse files Browse the repository at this point in the history
Removed "smoke" marks from tests that require an url other than the base url
  • Loading branch information
stephendonner committed Mar 29, 2012
2 parents 0ae19a5 + ae4c7c5 commit e275589
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tests/desktop/test_details_page.py
Expand Up @@ -74,7 +74,6 @@ def test_that_version_information_is_displayed(self, mozwebqa):
# check that the release number matches the version number at the top of the page # check that the release number matches the version number at the top of the page
Assert.equal('Version %s' % details_page.version_number, details_page.release_version) Assert.equal('Version %s' % details_page.version_number, details_page.release_version)


@pytest.mark.smoke
@pytest.mark.nondestructive @pytest.mark.nondestructive
def test_that_reviews_are_displayed(self, mozwebqa): def test_that_reviews_are_displayed(self, mozwebqa):
"""Test for Litmus 9890.""" """Test for Litmus 9890."""
Expand Down Expand Up @@ -338,7 +337,6 @@ def test_the_developers_comments_section(self, mozwebqa):
Assert.true(details_page.is_devs_comments_section_expanded()) Assert.true(details_page.is_devs_comments_section_expanded())
Assert.not_none(re.match('(\w+\s*){3,}', details_page.devs_comments_message)) Assert.not_none(re.match('(\w+\s*){3,}', details_page.devs_comments_message))


@pytest.mark.smoke
@pytest.mark.nondestructive @pytest.mark.nondestructive
def test_that_add_to_collection_flyout_for_anonymous_users(self, mozwebqa): def test_that_add_to_collection_flyout_for_anonymous_users(self, mozwebqa):
""" """
Expand Down Expand Up @@ -421,7 +419,6 @@ def test_that_clicking_user_reviews_slides_down_page_to_reviews_section(self, mo
Assert.true(details_page.is_reviews_section_visible) Assert.true(details_page.is_reviews_section_visible)
Assert.true(details_page.is_reviews_section_in_view) Assert.true(details_page.is_reviews_section_in_view)


@pytest.mark.smoke
@pytest.mark.native @pytest.mark.native
@pytest.mark.nondestructive @pytest.mark.nondestructive
def test_that_install_button_is_clickable(self, mozwebqa): def test_that_install_button_is_clickable(self, mozwebqa):
Expand Down
1 change: 0 additions & 1 deletion tests/desktop/test_discovery_page.py
Expand Up @@ -95,7 +95,6 @@ def test_the_logout_link_for_logged_in_users(self, mozwebqa):
Assert.true(home_page.is_the_current_page) Assert.true(home_page.is_the_current_page)
Assert.false(home_page.header.is_user_logged_in) Assert.false(home_page.header.is_user_logged_in)


@pytest.mark.smoke
@pytest.mark.native @pytest.mark.native
@pytest.mark.nondestructive @pytest.mark.nondestructive
def test_that_carousel_works(self, mozwebqa): def test_that_carousel_works(self, mozwebqa):
Expand Down

0 comments on commit e275589

Please sign in to comment.