Because there's a set time to wait on `getJson` above, the other requests don't
start until it's done (which would mean that both `cy.get('@getJson.all')` and
`cy.get('#app')` don't execute until the 7000 milliseconds is up). In this
special case it doesn't specifically matter for their blocks to be in order,
but it does seem useful to change because it will be necessary in other cases.
[ Full content available at:
https://github.com/apache/incubator-superset/pull/5693 ]
This message was relayed via gitbox.apache.org for [email protected]