We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66b8ad commit 0eb7332Copy full SHA for 0eb7332
packages/plugin-image-button-response/src/index.spec.ts
@@ -147,7 +147,7 @@ describe("image-button-response", () => {
147
},
148
]);
149
150
- const btns = displayElement.querySelectorAll(".jspsych-image-button-response-button button");
+ const btns = displayElement.querySelectorAll("#jspsych-image-button-response-btngroup button");
151
152
for (let i = 0; i < btns.length; i++) {
153
expect(btns[i].getAttribute("disabled")).toBe("disabled");
0 commit comments