Version 1.22.x
Auto-Waiting
Spectrum now auto-waits before interacting with web elements, in order to reduce the tests' flakiness.
It's enabled by default and auto-waits up to 30 seconds:
drivers:
waits:
auto:
enabled: true # Change this if you want to disable it
timeout: 30 # Change this if you want to tweak the timeout.
Check the Auto-waiting docs section for all the details.