This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch SLING-11808
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit a3c11cec34c1bb8e74fe6561adbd1a1930f85af5
Author: Dan Klco <[email protected]>
AuthorDate: Tue Mar 21 23:44:36 2023 -0400

    Minor - adding pally check on basic tests
---
 it/cypress/e2e/reference/utils.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/it/cypress/e2e/reference/utils.js 
b/it/cypress/e2e/reference/utils.js
index fe5a434a..731fdd2d 100644
--- a/it/cypress/e2e/reference/utils.js
+++ b/it/cypress/e2e/reference/utils.js
@@ -51,6 +51,7 @@ export function setupBasicTest(componentName, subpath, 
additionalProperties) {
     additionalProperties
   );
   cy.visit(`${page}.html`);
+  cy.pa11y();
 }
 
 /**

Reply via email to