X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/111276a18a6edd391c7d653f77003fe24ae00d8f..9b057fb953934c00c255acc2aaf2f1254beb6860:/t/selenium/testscripts/system/begin/S006ShowPaymentConditions.t diff --git a/t/selenium/testscripts/system/begin/S006ShowPaymentConditions.t b/t/selenium/testscripts/system/begin/S006ShowPaymentConditions.t new file mode 100644 index 000000000..e0b391f60 --- /dev/null +++ b/t/selenium/testscripts/system/begin/S006ShowPaymentConditions.t @@ -0,0 +1,14 @@ +diag("Show payment conditions"); + +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=Zahlungskonditionen anzeigen"); +$sel->wait_for_page_to_load($lxtest->{timeout}); +$sel->select_frame_ok("main_window"); +$sel->click_ok("link=Schnellzahler/Skonto"); +$sel->wait_for_page_to_load($lxtest->{timeout}); +$sel->click_ok("action"); +$sel->wait_for_page_to_load($lxtest->{timeout}); \ No newline at end of file