We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55788a0 commit 375d667Copy full SHA for 375d667
test/consent.test.js
@@ -32,7 +32,7 @@ describe('classifyConsent', () => {
32
});
33
34
it('should correctly identify the target action for Cassie consent forms', () => {
35
- const cssSelector = '#cassie-accept-all-pre-banner';
+ const cssSelector = 'button#cassie-accept-all-pre-banner';
36
const consent = classifyConsent(cssSelector);
37
assert.strictEqual(consent.target, 'accept');
38
0 commit comments