]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/selenium/testscripts/system/begin/S001CreateProductGroups.t
Automatisierte Syntaxtests, Framework für spätere Modultests.
[kivitendo-erp.git] / t / selenium / testscripts / system / begin / S001CreateProductGroups.t
diff --git a/t/selenium/testscripts/system/begin/S001CreateProductGroups.t b/t/selenium/testscripts/system/begin/S001CreateProductGroups.t
deleted file mode 100644 (file)
index 1f166e6..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-if(!defined $sel) {
-  require "t/selenium/AllTests.t";
-  init_server("singlefileonly",$0);
-  exit(0);
-}
-diag("Create product groups");
-SKIP: {
-  start_login();
-  
-  $sel->click_ok("link=Warengruppe erfassen");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->select_frame_ok("main_window");
-  $sel->type_ok("partsgroup", "TestSeleniumWarengruppe1");
-  $sel->click_ok("action");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->type_ok("partsgroup", "TestSeleniumWarengruppe2");
-  $sel->click_ok("action");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->select_frame_ok("relative=up");
-  $sel->click_ok("link=Warengruppen anzeigen");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->select_frame_ok("main_window");
-  $sel->click_ok("action");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->click_ok("link=TestSeleniumWarengruppe1");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->click_ok("action");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->click_ok("link=TestSeleniumWarengruppe2");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->click_ok("action");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $sel->click_ok("action");
-  $sel->wait_for_page_to_load_ok($lxtest->{timeout});
-  $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});
-};
-1;
\ No newline at end of file