Skip to content

Commit

Permalink
Bug 1664265 - Remove errant Pioneer debugging from test. r=sfoster, a…
Browse files Browse the repository at this point in the history
…=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D89807
  • Loading branch information
rhelmer committed Sep 10, 2020
1 parent e87a964 commit 19cf111
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions browser/components/pioneer/test/browser/browser_pioneer_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,6 @@ add_task(async function testAboutPage() {
if (cachedAddon.isDefault) {
ok(!joinButton, "There is no join button for default study.");
} else {
if (!joinButton.disabled) {
Services.tm.spinEventLoopUntil(() => {});
}
ok(
joinButton.disabled,
"After unenrollment, join button is disabled."
Expand Down

0 comments on commit 19cf111

Please sign in to comment.