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

Changing add-on with a single author to be MemChaser #771

Merged
merged 1 commit into from May 26, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/desktop/test_details_page.py
Expand Up @@ -125,7 +125,7 @@ def test_other_addons_label_when_there_are_multiple_authors(self, mozwebqa):

@pytest.mark.nondestructive
def test_other_addons_label_when_there_is_only_one_author(self, mozwebqa):
addon_with_one_authors = 'F1 by Mozilla Labs'
addon_with_one_authors = 'MemChaser'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephendonner I am surprised you didn't also take the opportunity to change the variable name to addon_with_one_author. ;)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that'll be in a separate PR 😉

detail_page = Details(mozwebqa, addon_with_one_authors)

Assert.equal(len(detail_page.authors), 1)
Expand Down