|
|
|
[
Permlink
| « Hide
]
Dan Fabulich - 19/Oct/07 05:06 PM
I think this is probably related to SRC-327. The window is closing and so the extra XHRs aren't necessarily getting sent.
I'm observing a bug which may be the same or related... I'm using -proxyInjectionMode, and when I try to verify a confirmation it sometimes succeeds and sometimes fails. The confirmation seems to show up about 30% of the time. When it doesn't show, and I use getConfirmation(), I get this error back:
"The Response of the Selenium RC is invalid: ERROR: There were no confirmations" Another point of interest is that when the confirmation doesn't show up, the following waitForPageToLoad() times out. I don't grok the relationship between the two, but there clearly is one... In order to work around, I've got to use the following code (PHP) $this->selenium->click("some_button"); $this->assertTrue($this->selenium->isTextPresent("Some text on the next page")); Here's my server info, in case it helps: 21:46:42.659 INFO - Java: Sun Microsystems Inc. 1.6.0_03-b05 |
|||||||||||||||||||||||||||||||||||||