some of these nested `then` clause may not needed to be nested. 
Cypress does some magic to apply `.then` for you under the hood.

```js
cy.get('a').click()
cy.get('b').click() // will wait for the statement above to resolve
```

https://docs.cypress.io/guides/core-concepts/introduction-to-cypress.html#Commands-Are-Promises

[ Full content available at: 
https://github.com/apache/incubator-superset/pull/5974 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to