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.