-
Notifications
You must be signed in to change notification settings - Fork 61
Fitnesse Tests Failing #134
Comments
I think it's either the app didn't load at all or there's something wrong with the way I locate the elements using xpath. Additional information from my logs: INFO com.xebia.incubator.xebium.SeleniumDriverFixture - Performing | waitForElementPresent | xpath=//div[contains(@id, 'action-type-radiogroup')] | 5000 | |
I think I have similar or the same problem. The problem occurs when:
Here's a stacktrace: |
Does setting the 'useFastSeleniumEmulation' option help? |
@vin31 I'm afraid this is a bug in the Selenium IDE to Xebium exporter. Your command is: Then you're comparing the output to
I'm marking this as a bug in the Selenium IDE exporter. Note that use of the Selenium IDE for exporting tests is discouraged, and we're not actively fixing bugs there, though we will review pull requests in that area. |
Hi,
I have selenium tests for our app (made from ExtJs 5). I then formatted them through Xebium and i'm testing them out in Fitnesse. However, the tests are failing and it seems the app and its components are not loading. I've tried start browser=firefox and phantomjs but both have time out exceptions while looking up elements. Any ideas why it's not working? Is it ExtJs related? The tests are working fine in Selenium IDE. Thanks!
The text was updated successfully, but these errors were encountered: