diff --git a/src/js/test/test-ui.js b/src/js/test/test-ui.js index 269db89f5..d0a52814c 100644 --- a/src/js/test/test-ui.js +++ b/src/js/test/test-ui.js @@ -782,7 +782,7 @@ export function highlightBadWord(index, showError) { $($("#words .word")[index]).addClass("error"); } -$(document.body).on("click", "#copyResultToClipboardButton", () => { +$(document.body).on("click", "#saveScreenshotButton", () => { screenshot(); });