suddjian edited a comment on pull request #14450:
URL: https://github.com/apache/superset/pull/14450#issuecomment-831516085


   Cypress is _mostly_ pretty straightforward. The main thing I've found tricky 
about it is the execution stack. Its uses `.then()` to enqueue actions on the 
stack, but the `.then()` calls aren't actually promises, so it doesn't handle 
`async` and other such constructs well, which can be confusing.
   
   I was already going to write up some new cypress tests anyway, so I'll be 
happy to add this one to the list.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to