Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1377358 followup, pacify eslint
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 3iraxMxLxXK
  • Loading branch information
philor committed Jul 1, 2017
1 parent c617dd2 commit 4271727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ add_task(async function test_url() {
// When activity stream is enabled, about:newtab runs in the content process
// which causes some timing issues for onUpdated. So if we encounter
// about:newtab, return early and continue waiting for about:blank.
if ("about:newtab" === changeInfo.url) {
if (changeInfo.url === "about:newtab") {
return;
}
browser.test.assertEq("about:blank", changeInfo.url,
Expand Down

0 comments on commit 4271727

Please sign in to comment.