chore: upgrade Cypress to 6.2.1 (#12605)

This commit is contained in:
Jesse Yang
2021-01-25 15:05:43 -08:00
committed by GitHub
parent 1b2611c211
commit 29ad78e11a
54 changed files with 486 additions and 570 deletions

View File

@@ -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', () => {