Perhaps this should be nested inside the `then` block of
`cy.get('@getJson.all')` to ensure that `sliceData` already has value when it
reach this test.
If I understand correctly, both `cy.get('@getJson.all')` and `cy.get('#app')`
are async so their `then` blocks are not guaranteed to be in order, unless
`#app` will not exist until `@getJson.all` resolve.
[ Full content available at:
https://github.com/apache/incubator-superset/pull/5693 ]
This message was relayed via gitbox.apache.org for [email protected]