]> wagnertech.de Git - mfinanz.git/blobdiff - t/selenium/testscripts/system/end/S996DeletePaymentConditions.t
Aufbau der "neuen" Testumgebung und Neustrukturierung der TestUnterverzeichnisse...
[mfinanz.git] / t / selenium / testscripts / system / end / S996DeletePaymentConditions.t
diff --git a/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t b/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t
new file mode 100644 (file)
index 0000000..4caa792
--- /dev/null
@@ -0,0 +1,14 @@
+diag("Delete 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_ok($lxtest->{timeout});
+$sel->select_frame_ok("main_window");
+$sel->click_ok("link=Schnellzahler/Skonto");
+$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});