feat: Add label and tooltip for the color schemes control (#21040)

* Add tooltip

* Remove title

* Add license

* Enhance E2E tests

* Update tests

* Lint and test fixes

* Enhance layout
This commit is contained in:
Geido
2022-08-22 10:44:15 +03:00
committed by GitHub
parent a1389d3a9f
commit 756ed0e36a
20 changed files with 238 additions and 46 deletions

View File

@@ -54,7 +54,7 @@ describe('Visualization > Box Plot', () => {
.focus()
.type('supersetColors{enter}');
cy.get(
'.Control[data-test="color_scheme"] .ant-select-selection-item ul[data-test="supersetColors"]',
'.Control[data-test="color_scheme"] .ant-select-selection-item [data-test="supersetColors"]',
).should('exist');
});
});