-diag("Add payment conditions");
-
-if(!$sel->get_title("Lx-Office Version 2.4.3 - Selenium - " . $lxtest->{db})){
- require_ok("../../begin/B004Login.t");
+if(!defined $sel) {
+ require "t/selenium/AllTests.t";
+ init_server("singlefileonly",$0);
+ exit(0);
}
+diag("Add payment conditions");
$sel->select_frame_ok("relative=up");
$sel->click_ok("link=Zahlungskonditionen hinzufügen");
$sel->type_ok("terms_skonto", "97");
$sel->click_ok("action");
$sel->wait_for_page_to_load($lxtest->{timeout});
+1;
\ No newline at end of file