ScreenPyHQ / screenpy

Screenplay pattern base for Python automated UI test suites.
MIT License
27 stars 3 forks source link

Eventually should support setting both timeout and poll rate in same call #61

Closed bandophahita closed 1 year ago

bandophahita commented 1 year ago

The following case was missed when Eventually was created and is not currently supported.

Eventually(FakeAction()).trying_for(23).seconds().polling(3).seconds()
perrygoy commented 1 year ago

Thanks for the fix, @bandophahita!