fix(Dashboard): Color inconsistency on refreshes and conflicts (#27439)

This commit is contained in:
Geido
2024-06-20 15:30:11 +02:00
committed by GitHub
parent 1770f8b783
commit 313ee596f5
55 changed files with 1050 additions and 742 deletions

View File

@@ -97,8 +97,5 @@ describe('Visualization > Compare', () => {
cy.get(
'.Control[data-test="color_scheme"] .ant-select-selection-item [data-test="supersetColors"]',
).should('exist');
cy.get('.compare .nv-legend .nv-legend-symbol')
.first()
.should('have.css', 'fill', 'rgb(31, 168, 201)');
});
});