In testcafe documentation I found that assertions with count
and exists
"execute immediately regardless of the selector timeout". However in wait-mechanism-for-assertions paragraph documentation states that "TestCafe keeps recalculating the actual value until it matches the expected value or the assertion timeout passes".
So, do assertions with exists
execute immediately or use the default "assertion timeout" (3000ms)?