plone / plone.app.robotframework

Provides Robot Framework compatible resources and tools for writing functional Selenium tests (including acceptance tests) for Plone CMS and its add-ons.
https://docs.plone.org/external/plone.app.robotframework/docs/source/index.html
11 stars 17 forks source link

Do not wait 30 seconds #135

Closed mauritsvanrees closed 2 years ago

mauritsvanrees commented 2 years ago

In lots of places we wait 30 seconds until we let the selenium/robotframework conclude that a condition will remain false. This makes failing robot tests take really long. We can bring this number down. I propose 7 seconds. That should be enough for pages that take long to load.