diff --git a/cypress/e2e/category/pois-list.cy.ts b/cypress/e2e/category/pois-list.cy.ts index dc2cfff16..de52396dd 100644 --- a/cypress/e2e/category/pois-list.cy.ts +++ b/cypress/e2e/category/pois-list.cy.ts @@ -15,6 +15,7 @@ const htmlValidateRules = { 'no-dup-class': 0, 'wcag/h63': 0, 'input-missing-label': 0, + 'element-permitted-content': 0, }, }