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 04729794c8 fix test in dashboard/actions.test.js
04729794c8 is described below
commit 04729794c8635872c6b828a3ea1f70a4a7966d5a
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Mar 25 20:56:18 2025 -0700
fix test in dashboard/actions.test.js
---
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)');
});
});