]> wagnertech.de Git - mfinanz.git/blobdiff - t/selenium/testscripts/masterdata/begin/M004AddService.t
Eine Funktion zur Formatierung von Strings, die Vorkommen von "#n" durch das n-te...
[mfinanz.git] / t / selenium / testscripts / masterdata / begin / M004AddService.t
index f94e4eb951199a69839906c18f0c0aa351b5a5c9..5dad1f6ae00e8e1ca416b137eccfb7a8e35dd3bf 100644 (file)
@@ -1,3 +1,8 @@
+if(!defined $sel) {
+  require "t/selenium/AllTests.t";
+  init_server("singlefileonly",$0);
+  exit(0);
+}
 diag("Add service");
 
 if(!$sel->get_title("Lx-Office Version 2.4.3 - Selenium - " . $lxtest->{db})){
@@ -38,4 +43,5 @@ $sel->type_ok("price_1", "0,02");
 $sel->type_ok("price_2", "0,1");
 $sel->type_ok("price_1", "0,1");
 $sel->click_ok("document.ic.action[1]");
-$sel->wait_for_page_to_load_ok($lxtest->{timeout});
\ No newline at end of file
+$sel->wait_for_page_to_load_ok($lxtest->{timeout});
+1;
\ No newline at end of file