@@ -, +, @@ comment 30 --- t/db_dependent/selenium/administration_tasks.t | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/t/db_dependent/selenium/administration_tasks.t +++ a/t/db_dependent/selenium/administration_tasks.t @@ -118,12 +118,12 @@ SKIP: { ); # Edit $s->fill_form( { branchname => 'another branchname' } ); $s->submit_form; - $s->click( - { - href => '/admin/branches.pl?op=delete_confirm&branchcode='. $branchcode, - main => 'doc3' - } - ); # Delete + #$s->click( + # { + # href => '/admin/branches.pl?op=delete_confirm&branchcode='. $branchcode, + # main => 'doc3' + # } + #); # Delete }; { #Authorized values --