+if(!defined $sel) {
+ require "t/selenium/AllTests.t";
+ init_server("singlefileonly",$0);
+ exit(0);
+}
$sel->open_ok($lxtest->{lxadmin});
diag('Unlock the system');
$sel->click_ok("//input[(\@name=\"action\") and (\@value=\"System entsperren\")]");
$sel->wait_for_page_to_load_ok($lxtest->{timeout});
-$sel->title_is("Lx-Office ERP Administration -");
\ No newline at end of file
+$sel->title_is("Lx-Office ERP Administration -");
+1;
\ No newline at end of file