From 988f2c6307781eddfe65c50c6cc767d42dced080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Fri, 1 Mar 2024 01:43:32 +0100 Subject: [PATCH] fix: 'element-permitted-content' error in pois-list test #172 --- cypress/e2e/category/pois-list.cy.ts | 1 + 1 file changed, 1 insertion(+) 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, }, }