geido commented on a change in pull request #17570:
URL: https://github.com/apache/superset/pull/17570#discussion_r761315044
##########
File path:
superset-frontend/cypress-base/cypress/integration/dashboard/edit_properties.test.ts
##########
@@ -97,10 +97,6 @@ describe('Dashboard edit action', () => {
.get('[data-test="dashboard-title-input"]')
.type(`{selectall}{backspace}${dashboardTitle}`);
- cy.wait('@dashboardGet').then(() => {
- selectColorScheme('d3Category20b');
- });
-
Review comment:
This was here because the color scheme was considered to e mandatory.
This is not the case any longer
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]