fix bug in test file

This commit is contained in:
Josh de Leeuw 2021-10-14 12:18:47 -04:00
parent 02a510f5d3
commit 554408cb46

View File

@ -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");