X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/86eaed55f50d9c8f1c2280d79cce557618b772da..0205f9f4755b0604fff7af2187b90e95d675fa98:/t/selenium/testscripts/002CreateTestUser.t diff --git a/t/selenium/testscripts/002CreateTestUser.t b/t/selenium/testscripts/002CreateTestUser.t index aaf51d439..9ea21bb10 100644 --- a/t/selenium/testscripts/002CreateTestUser.t +++ b/t/selenium/testscripts/002CreateTestUser.t @@ -16,17 +16,17 @@ $sel->type_ok("fax", "1111"); $sel->type_ok("company", "Sel-enium"); $sel->type_ok("signature", "Selenium Testuser\nTestfirma"); $sel->type_ok("address", "Testfirma"); -$sel->type_ok("steuernummer", "111-222-333-444"); +$sel->type_ok("taxnumber", "111-222-333-444"); $sel->type_ok("co_ustid", "1234567"); $sel->type_ok("duns", "0987654321"); -$sel->click_ok("dbdriver"); +#$sel->click_ok("dbdriver"); $sel->type_ok("newtemplates", "seleniumtestuser"); $sel->click_ok("menustyle"); -$sel->type_ok("Pg_dbhost", $lxtest->{dbhost}); -$sel->type_ok("Pg_dbname", $lxtest->{db}); -$sel->type_ok("Pg_dbport", $lxtest->{dbport}); -$sel->type_ok("Pg_dbuser", $lxtest->{dbuser}); -$sel->type_ok("Pg_dbpasswd", $lxtest->{dbpasswd}); +$sel->type_ok("dbhost", $lxtest->{dbhost}); +$sel->type_ok("dbname", $lxtest->{db}); +$sel->type_ok("dbport", $lxtest->{dbport}); +$sel->type_ok("dbuser", $lxtest->{dbuser}); +$sel->type_ok("dbpasswd", $lxtest->{dbpasswd}); $sel->click_ok("action"); $sel->wait_for_page_to_load_ok($lxtest->{timeout}); $sel->title_is("Lx-Office ERP Administration -");