mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
build: enable Cypress tests for visualizations (#10206)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user