From 825c502d0f90bf5b994d747e2c7a63f1c5d803ef Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 3 Jul 2024 23:04:29 +0100 Subject: Update test to reflect new green --- src/tests/components/FormListing.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/components/FormListing.test.tsx b/src/tests/components/FormListing.test.tsx index 2116e48..259fe23 100644 --- a/src/tests/components/FormListing.test.tsx +++ b/src/tests/components/FormListing.test.tsx @@ -62,7 +62,7 @@ test("renders form listing with background green colour for open", () => { if (elem) { const style = window.getComputedStyle(elem); - expect(style.backgroundColor).toBe("rgb(67, 181, 129)"); + expect(style.backgroundColor).toBe("rgb(55, 128, 94)"); } }); -- cgit v1.2.3