Skip to content

Commit

Permalink
Merge pull request #5 from gazayas/fixes/wording-in-assertion-setup
Browse files Browse the repository at this point in the history
Update assertion alert text
  • Loading branch information
gazayas authored Nov 10, 2023
2 parents d25b609 + 913be58 commit 3b81cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/magic_test/_context_menu.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
var testingOutput = JSON.parse(sessionStorage.getItem("testingOutput"));
var target = "";
var options = "";
var accept = "You selected:\n\r" + text + "\n\rOk: Type `flush` into debugger console to add to test.\nCancel: To select new text."
var accept = "You selected:\n\r" + text + "\n\rOk: Type `flush` into debugger console to add to test.\nCancel: Do not register selected text."
if (window.confirm(accept)) {
testingOutput.push({action: action, target: target, options: options});
sessionStorage.setItem("testingOutput", JSON.stringify(testingOutput));
Expand Down

0 comments on commit 3b81cb9

Please sign in to comment.