diff --git a/cypress/apps/react-app/src/components/Alert.jsx b/cypress/apps/react-app/src/components/Alert.jsx
index f3a51480..8094193b 100644
--- a/cypress/apps/react-app/src/components/Alert.jsx
+++ b/cypress/apps/react-app/src/components/Alert.jsx
@@ -1,5 +1,4 @@
import SgdsAlert from "@govtechsg/sgds-web-component/react/alert";
-import SgdsAlertHeading from "@govtechsg/sgds-web-component/react/alert-heading";
import SgdsAlertLink from "@govtechsg/sgds-web-component/react/alert-link";
export const Alert = () => {
@@ -34,7 +33,6 @@ export const Alert = () => {
-
Hello, nice to meet you
Aww yeah, you successfully read this important
diff --git a/cypress/apps/react-app/src/components/Progress.jsx b/cypress/apps/react-app/src/components/Progress.jsx
index c3c5de41..dcbb1daa 100644
--- a/cypress/apps/react-app/src/components/Progress.jsx
+++ b/cypress/apps/react-app/src/components/Progress.jsx
@@ -1,9 +1,7 @@
-import SgdsProgress from "@govtechsg/sgds-web-component/react/progress";
import SgdsProgressBar from "@govtechsg/sgds-web-component/react/progress-bar";
export const Progress = () => {
return (
-
{
aria-maxvalue="100"
aria-label="Loading in progress">
-
)
}
diff --git a/cypress/apps/react-app/src/index.css b/cypress/apps/react-app/src/index.css
index ae5aae19..7e1a53f5 100644
--- a/cypress/apps/react-app/src/index.css
+++ b/cypress/apps/react-app/src/index.css
@@ -1,4 +1,4 @@
:root{
- --sgds-primary: #0161AF;
+ --sgds-primary-bg: #0161AF;
}
\ No newline at end of file