From ae3e375f2a3b0e17cd5a637b15b836d6fb45332e Mon Sep 17 00:00:00 2001
From: Armando Liccardo
Date: Thu, 28 Nov 2024 14:51:04 +0000
Subject: [PATCH] added label to textarea component that is probably causing
the cypress test fail
---
components/cacheExclusion/index.js | 1 +
includes/Performance.php | 13 ++++++++++---
includes/functions.php | 9 +++++++++
styles/styles.css | 1 +
4 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 styles/styles.css
diff --git a/components/cacheExclusion/index.js b/components/cacheExclusion/index.js
index 43868a3..49fdacc 100644
--- a/components/cacheExclusion/index.js
+++ b/components/cacheExclusion/index.js
@@ -57,6 +57,7 @@ const CacheExclusion = ({ methods, constants }) => {
onChange={ handleCacheExclusionChange }
value={currentValue}
rows="1"
+ label={constants.text.cacheExclusionTitle}
/>
{isEdited &&