Skip to content
Commit 912e9636 authored by Kohsuke Kawaguchi's avatar Kohsuke Kawaguchi Committed by Jesse Glick
Browse files

Fixing a test

Previously, when the 2nd `e.click()` is called, the page has already transitioned to another page, so the anchor objects have become invalid.

HtmlUnit somehow still manages to follow a link, except when there's some JavaScript attached to the onclick() handler it's going to execute in a strange environment. Some management link requires a POST, and that was done via JavaScript. So that broke the test.
parent 20b42f73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment