build: enable Cypress tests for visualizations (#10206)

This commit is contained in:
Jesse Yang
2020-06-30 17:10:17 -07:00
committed by GitHub
parent 9664705435
commit 538f7e0f73
3 changed files with 7 additions and 2 deletions

View File

@@ -57,7 +57,10 @@ describe('Visualization > Bubble', () => {
cy.route('POST', '/superset/explore_json/**').as('getJson');
});
it('should work', () => {
// Number of circles are pretty unstable when there are a lot of circles
// Since main functionality is already covered in fitler test below,
// skip this test untill we find a solution.
it.skip('should work', () => {
verify(BUBBLE_FORM_DATA);
// number of circles = 214 rows
cy.get('.chart-container svg .nv-point-clips circle').should(