Aug 27, 2021 12:11 PM
Hi I added the hubspot tracking script in my app to add a chatbot which shows a hubspot cookie banner. Then in my cypress e2e tests I ran a11y checks and got a error which I could not really do anything about. So the error is Some page content is not contained by landmarks, and the element's id is #hs-eu-cookie-confirmation. This is added by Hubspot and the fix can be a simple fix to satisfy a11y checks by maybe adding a role attribute to the element. But I can't modify it and it needs to be updated on hubspots end I assume.
Thoughts on this potential a11y bug?
Solved! Go to Solution.
Sep 6, 2021 3:13 AM
Hey @jn-dev ,
Here's an update!
We have deployed a change that adds an ARIA role to the div of the banner. Let me know if this fix the issue 🙂
Sep 6, 2021 3:13 AM
Hey @jn-dev ,
Here's an update!
We have deployed a change that adds an ARIA role to the div of the banner. Let me know if this fix the issue 🙂
Aug 31, 2021 11:37 PM
Hey @jn-dev,
Happy to help here 🙂
Thanks for pointing this out!
For this case, I've reached out to our internal team to check on it and I'll keep you posted here.