Orange changed the name of a link.

This commit is contained in:
2012-08-02 13:41:59 +00:00
parent 7d4dd244cc
commit 28f4951fb4

View File

@@ -64,9 +64,9 @@ $mech->submit_form(
follow_processing();
print "Following view your bills link\n";
print "Following see your recent bills link\n";
$mech->follow_link( text_regex => qr/view your bills/ );
$mech->follow_link( text_regex => qr/see your recent bills/ );
follow_processing();