If you made a gebmodule foo out of the component, you could use waitFor {
!foo.displayed }
Problem is, assuming things are dynamically loaded, when declaring this foo
module, you don't want to have the option: waitFor set to true, as it will wait
then for your max waiting time inside the waitFor statement and it'll yime out
and not behave like you would expect.
To address this we use a foo with waiting enabled, and a fooNoWait with waiting
disabled. If someone has a better idea Im all ears.
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/63503cbc-2de6-4a93-b10e-ab4e29adf490%40googlegroups.com.