Open occupant23 opened 3 years ago
The until function can be changed to private. The implementation is too specific to the use case that nobody will/should use it otherwise.
until
The sleep can be removed and the occurrence can be replaced by Selenide.sleep.
sleep
Selenide.sleep
The
until
function can be changed to private. The implementation is too specific to the use case that nobody will/should use it otherwise.The
sleep
can be removed and the occurrence can be replaced bySelenide.sleep
.