|
From: Culley H. <cu...@fa...> - 2004-03-10 19:40:56
|
Hi,
I am doing some form testing and trying to do this:
$this->clickSubmit('Next');
$this->assertWantedPattern('/should exist on next page after
button is clicked/');
And this is failing. Shouldn't this work? I am getting
Pattern [/should exist on next page after button is clicked/] not
detected in [Boolean: false]
Mostly I just wanted to be assured that I should be able to
assertWantedPattern on the results page after clickSubmit sends a post.
culley
|