Arnout Engelen

Results 690 comments of Arnout Engelen

@vin31 I'm afraid this is a bug in the Selenium IDE to Xebium exporter. Your command is: `| check | is | waitForElementPresent | xpath=//div[contains(@id, 'action-type-radiogroup')] | 5000 |`. This...

To whet your appetite: if we can find an elegant way to do this, I'd like to write a query table fixture that gets its data from an HTML table...

I see the Xebium formatter now can emit 'check is' commands, cool! It gets the syntax wrong in some cases though: 'verifyNotText foo bar' becomes: '|check|is|verifyNotText|on|foo|bar|' while it should be...

I see the IDE now generates things like "|check|is|verifyText|on|locator|expectedValue| Shouldn't that be "|check|is|getText|..."?

In case of '|check (not)|is|...', in contrast to '|ensure|do|...', we don't know what the expectation is, so we should never throw a StopTest exception. Indeed we don't: we only throw...

The pages at ProjectXebium in the embedded FitNesseRoot are already quite good. Most people will not have the project checked out and 'mvn -Pfitnesse test' running though. Might be interesting...

I took a stab at this, pushed my current progress into the 'organizedocs' branch. Could you review this? Next I think I'd like to: - rename the 'Example 0XX' tests...

Sure, though I really like keeping this as an 'executable document'. Perhaps we could export a nicely formatted static/readonly version of the ProjectXebium suite to gh-pages somehow?

OK, I'm fairly happy with the structure now, next step is generating gh-pages.

This arguably seems like an upstream issue: setting the page load timeout is part of the `WebDriver.Timeouts` Java API, so if it's not supported by Safari IMHO that's where that...