I have this Salesforce lightning site which is working fine with Firefox 
but when I run the same test in Chrome, it's like it can't ready anything 
from DOM and just waits at the first instruction.

For example, when a page loads, I have this code to ensure its loaded 
before interacting with the objects which works flawlessly on Firefox and 
in Edge.

*waitFor(WAIT_TIME) { browser.$('h2', text: contains('Eligibility 
Check')).isDisplayed() }*

but the same line of code throws *geb.waiting.WaitTimeoutException: 
condition did not pass in 30 seconds *when I run the test in Chrome and I 
can see the page is loaded but seems like Geb/Selenium can't interact with 
the DOM hence the exception.

Any ideas what may be going on? I've tried various machines, versions of 
Chrome but can;t seem to figure it out. Any help is greatly appreciated.

-- 
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/e9c3cc81-156c-45e0-a3bb-ebb6f888d76bn%40googlegroups.com.

Reply via email to