Skip to content

Commit

Permalink
Fix another rebase error: prepend 'self.' to firefox_desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmize committed Jul 1, 2019
1 parent d6c5112 commit cd256f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bedrock/firefox/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_all_builds_results(self):
assert len(doc('.c-locale-list[data-product="desktop_nightly"] > li')) == desktop_nightly_builds
assert len(doc('.c-locale-list[data-product="desktop_nightly"] > li[data-language="en-US"] > ul > li > a')) == 7

desktop_esr_builds = len(firefox_desktop.get_filtered_full_builds('esr'))
desktop_esr_builds = len(self.firefox_desktop.get_filtered_full_builds('esr'))
assert len(doc('.c-locale-list[data-product="desktop_esr"] > li')) == desktop_esr_builds
assert len(doc('.c-locale-list[data-product="desktop_esr"] > li[data-language="en-US"] > ul > li > a')) == 5

Expand Down

0 comments on commit cd256f9

Please sign in to comment.