An extra follow_processing() seems to be necessary at some times.

This commit is contained in:
2011-05-26 13:17:33 +00:00
parent 92251198dc
commit 869269bd3b

View File

@@ -62,6 +62,8 @@ $mech->submit_form(
} }
); );
follow_processing();
print "Following view your bills link\n"; print "Following view your bills link\n";
$mech->follow_link( text_regex => qr/view your bills/ ); $mech->follow_link( text_regex => qr/view your bills/ );