Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix an undefined variable (bad rename) in the Mochitest
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Sep 15, 2017
1 parent 0980434 commit 25aeaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/addon/browser_screenshots_ui_check.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ add_task(async function() {
() => document.getElementById(BUTTON_ID),
"Screenshots button should be present", 100, 100);

checkElements(true, [id]);
checkElements(true, [BUTTON_ID]);
});

0 comments on commit 25aeaa1

Please sign in to comment.