the problem with eventually is that I'll have to wrap the whole code in it
LeoColman
12/09/2020, 8:23 PM
And thus every test will have a
eventually(3.seconds) { }
block
a
albertosh
12/10/2020, 7:43 AM
mmmm
Depending on which style you’re using you could create a function that receives a receiver function that “overrides” the style you choose and adds the
eventually
Since I explained myself pretty bad (sorry 😅) probably a snippet is better, something like