|
|
|
|
|
by janekk
4693 days ago
|
|
Ian, I agree that's the right mind frame to be in, but I notice they (DevExpress) didn't address it in their demo or docs. They have a 'wait' function that waits for a period of time, but this is just a sign of bad test writing and something sure to break when testing against different browsers or environments (localhost v.s. staging). |
|
Only a wait function would be worrying, it'll lead to unstable tests and more annoyingly tests that don't do what they say. Decent async support is the first thing I look for in testing libs like this.