mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
fix bug in test file
This commit is contained in:
parent
02a510f5d3
commit
554408cb46
@ -73,7 +73,7 @@ describe("Mouse Tracking Extension", () => {
|
||||
);
|
||||
|
||||
const targetRect = displayElement.querySelector("#target").getBoundingClientRect();
|
||||
const target2Rect = displayElement.querySelector("target2").getBoundingClientRect();
|
||||
const target2Rect = displayElement.querySelector("#target2").getBoundingClientRect();
|
||||
|
||||
pressKey("a");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user