X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3634aa28790d3a080cf3b7878149c6c5eb62ce16..6c8a96c23a56f8db29948f265d895541369ac36b:/t/selenium/testscripts/system/end/S992DeleteProductGroups.t diff --git a/t/selenium/testscripts/system/end/S992DeleteProductGroups.t b/t/selenium/testscripts/system/end/S992DeleteProductGroups.t new file mode 100644 index 000000000..bacf536c3 --- /dev/null +++ b/t/selenium/testscripts/system/end/S992DeleteProductGroups.t @@ -0,0 +1,24 @@ +diag("Delete product groups"); + +if(!$sel->get_title("Lx-Office Version 2.4.3 - Selenium - " . $lxtest->{db})){ + require_ok("../../begin/B004Login.t"); +} + +$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("//input[(\@name=\"action\") and (\@value=\"Weiter\")]"); +$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("document.forms[0].action[1]"); +$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("document.forms[0].action[1]"); +$sel->wait_for_page_to_load_ok($lxtest->{timeout}); +$sel->click_ok("link=TestSeleniumWarengruppe3"); +$sel->wait_for_page_to_load_ok($lxtest->{timeout}); +$sel->click_ok("document.forms[0].action[1]"); +$sel->wait_for_page_to_load_ok($lxtest->{timeout}); \ No newline at end of file