]> wagnertech.de Git - mfinanz.git/blobdiff - t/old/selenium/testscripts/system/end/S996DeletePaymentConditions.t
Automatisierte Syntaxtests, Framework für spätere Modultests.
[mfinanz.git] / t / old / selenium / testscripts / system / end / S996DeletePaymentConditions.t
diff --git a/t/old/selenium/testscripts/system/end/S996DeletePaymentConditions.t b/t/old/selenium/testscripts/system/end/S996DeletePaymentConditions.t
new file mode 100644 (file)
index 0000000..1df211b
--- /dev/null
@@ -0,0 +1,18 @@
+if(!defined $sel) {
+  require "t/selenium/AllTests.t";
+  init_server("singlefileonly",$0);
+  exit(0);
+}
+diag("Delete payment conditions");
+SKIP: {
+  start_login();
+
+  $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});
+}
+1;
\ No newline at end of file