]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/selenium/testscripts/system/begin/S001CreateProductGroups.t
Angepasst an Einzelfalltests und einfügen von TODO Blocks, damit bei der nächsten...
[kivitendo-erp.git] / t / selenium / testscripts / system / begin / S001CreateProductGroups.t
index 75a40e7331994eaecec5a9412eb1c40e92318381..8c3e6df6e8166f5e3e1bc3718b191de7ae75e1b3 100644 (file)
@@ -1,3 +1,8 @@
+if(!defined $sel) {
+  require "t/selenium/AllTests.t";
+  init_server("singlefileonly",$0);
+  exit(0);
+}
 diag("Create product groups");
 
 $sel->select_frame_ok("relative=up");
@@ -30,4 +35,5 @@ $sel->type_ok("partsgroup", "TestSeleniumWarengruppe3");
 $sel->click_ok("action");
 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
 $sel->click_ok("link=TestSeleniumWarengruppe3");
-$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