mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore: upgrade Cypress to 6.2.1 (#12605)
This commit is contained in:
@@ -38,9 +38,8 @@ describe('Visualization > Box Plot', () => {
|
||||
}
|
||||
|
||||
beforeEach(() => {
|
||||
cy.server();
|
||||
cy.login();
|
||||
cy.route('POST', '/api/v1/chart/data*').as('getJson');
|
||||
cy.intercept('POST', '/api/v1/chart/data*').as('getJson');
|
||||
});
|
||||
|
||||
it('should work', () => {
|
||||
|
||||
Reference in New Issue
Block a user