From 1a63d432ff01b29099c2a915421f9f1e6d3329f5 Mon Sep 17 00:00:00 2001
From: Armando Liccardo
Date: Thu, 28 Nov 2024 13:43:20 +0000
Subject: [PATCH] cypress performance.js test change
---
phpcs.xml | 2 +-
tests/cypress/integration/performance.cy.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/phpcs.xml b/phpcs.xml
index 3541898..b21082c 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/tests/cypress/integration/performance.cy.js b/tests/cypress/integration/performance.cy.js
index eab3f11..e12fc15 100644
--- a/tests/cypress/integration/performance.cy.js
+++ b/tests/cypress/integration/performance.cy.js
@@ -13,7 +13,7 @@ describe( 'Performance Page', function () {
} );
it( 'Is Accessible', () => {
- cy.wait( 500 );
+ cy.wait( 1000 );
cy.checkA11y( appClass + '-app-body' );
} );