This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/template_less by this push:
     new c31d70dd12 one minor edit to fix a cypress test
c31d70dd12 is described below

commit c31d70dd12e937291ec17a51b7b80c6d9ec5d398
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Thu Mar 27 16:07:53 2025 -0700

    one minor edit to fix a cypress test
---
 superset-frontend/cypress-base/cypress/e2e/dashboard/actions.test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/superset-frontend/cypress-base/cypress/e2e/dashboard/actions.test.js 
b/superset-frontend/cypress-base/cypress/e2e/dashboard/actions.test.js
index 7da3cc84ee..13c925ede5 100644
--- a/superset-frontend/cypress-base/cypress/e2e/dashboard/actions.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/dashboard/actions.test.js
@@ -62,6 +62,6 @@ describe('Dashboard actions', () => {
     // Verify the color of the outlined star (gray)
     cy.get('@starIconOutlinedAfter')
       .should('have.css', 'color')
-      .and('eq', 'rgb(178, 178, 178)');
+      .and('eq', 'rgb(133, 133, 133)');
   });
 });

Reply via email to