Browse Source

Orange changed the name of a link.

master
Gavan Fantom 12 years ago
parent
commit
28f4951fb4
  1. 4
      orangelogin.pl

4
orangelogin.pl

@ -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();

Loading…
Cancel
Save