Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally created by Chris Prior.
Add the ability to specify a waitCondition closure when defining a content item, to define what should be waited for before access the item.
Such as:
static content = { modal(wait: true, waitCondition: { it.displayed }) { $("#modal") } }
The wait property will be defaulted to "true" if waitCondition is supplied without wait.
The text was updated successfully, but these errors were encountered:
geb/geb@ff7f2ff
erdi
Successfully merging a pull request may close this issue.
Originally created by Chris Prior.
Add the ability to specify a waitCondition closure when defining a content item, to define what should be waited for before access the item.
Such as:
The wait property will be defaulted to "true" if waitCondition is supplied without wait.
The text was updated successfully, but these errors were encountered: