X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6c8a96c23a56f8db29948f265d895541369ac36b..1cd85a06d6541f15f8f080c215ae46d39d19a2db:/t/selenium/testscripts/administration/begin/A002CreateTestUser.t diff --git a/t/selenium/testscripts/administration/begin/A002CreateTestUser.t b/t/selenium/testscripts/administration/begin/A002CreateTestUser.t index c9bbee6d0..58200e617 100644 --- a/t/selenium/testscripts/administration/begin/A002CreateTestUser.t +++ b/t/selenium/testscripts/administration/begin/A002CreateTestUser.t @@ -1,5 +1,11 @@ - ### Create new user + +if(!defined $sel) { + require "t/selenium/AllTests.t"; + init_server("singlefileonly", $0); + exit(0); +} + diag("Create test user '$lxtest->{testuserlogin}'"); $sel->open_ok($lxtest->{lxadmin}); @@ -31,3 +37,4 @@ $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 -"); +1; \ No newline at end of file