X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/34211d2356367e21aa8f624caa7b17ee4b8ec4ac..1d91e75c53e7da5bf2c1b334f5aeecf241dc5ec4:/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 index 1f166e695..000000000 --- a/t/selenium/testscripts/system/begin/S001CreateProductGroups.t +++ /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