mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38: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 targetRect = displayElement.querySelector("#target").getBoundingClientRect();
|
||||||
const target2Rect = displayElement.querySelector("target2").getBoundingClientRect();
|
const target2Rect = displayElement.querySelector("#target2").getBoundingClientRect();
|
||||||
|
|
||||||
pressKey("a");
|
pressKey("a");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user