From f5a2eef755afd78b2e135ff1a43c699693ef8938 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 28 Jul 2023 23:16:38 +0530 Subject: [PATCH] test: fixed failing date control UI test --- cypress/integration/control_color.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/control_color.js b/cypress/integration/control_color.js index e97dbe0f06..aa3a45eed8 100644 --- a/cypress/integration/control_color.js +++ b/cypress/integration/control_color.js @@ -26,7 +26,7 @@ context("Control Color", () => { //Checking if the css attribute is correct cy.get(".color-map").should("have.css", "color", "rgb(79, 157, 217)"); - cy.get(".hue-map").should("have.css", "color", "rgb(0, 144, 255)"); + cy.get(".hue-map").should("have.css", "color", "rgb(0, 145, 255)"); //Checking if the correct color is being selected cy.get("@dialog").then((dialog) => {