These three commands can go in the `beforeEach` block and removed from `it` block
```js
beforeEach(() => {
cy.login();
cy.server();
cy.route('POST', ...);
});
```
[ Full content available at:
https://github.com/apache/incubator-superset/pull/5901 ]
This message was relayed via gitbox.apache.org for [email protected]
