Guilherme Rosado
Explore posts from serversHow do I test this behavior?
@lexlohr This is not related to the library, but I'm pretty much stuck. I'm trying to test a
<script>
that is loaded async
and is injected on the head
of the DOM tree. This script is suposed to fetch the turnstile
widget and then I can execute window.turnstile.render
. The test hangs on loading the scripts (5 seconds limit)
Do you have any experience when testing something like this?42 replies