X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fselenium%2Fcleanup.pl;h=7e6bf6deab5c40dca08a8aeca3f0a2088c83682c;hb=c3c267fe1364e57f5d52f5ee1f68242a7a61a3af;hp=f5a0d552d4e817915ee7793cfc8327e408e2051b;hpb=e3fa8c0879605971cebcd0958aea811f3075afe3;p=kivitendo-erp.git diff --git a/t/selenium/cleanup.pl b/t/selenium/cleanup.pl index f5a0d552d..7e6bf6dea 100644 --- a/t/selenium/cleanup.pl +++ b/t/selenium/cleanup.pl @@ -59,7 +59,7 @@ $lxtest->{testuserlogin} = $lxtest->{testlogin}; $lxtest->{db} = $lxtest->{db}; - $lxtest->{lxadmin} = $lxtest->{lxbaseurl} . "admin.pl?path=$lxtest->{path}&rpw=$lxtest->{rpw}&nextsub=list_users&action=Weiter"; + $lxtest->{lxadmin} = $lxtest->{lxbaseurl} . "admin.pl?rpw=$lxtest->{rpw}&nextsub=list_users&action=Weiter"; eval { $sel = WWW::Selenium->new( host => $lxtest->{seleniumhost},