Automatisierte Syntaxtests, Framework für spätere Modultests.
[kivitendo-erp.git] / t / old / selenium / testscripts / system / end / S996DeletePaymentConditions.t
1 if(!defined $sel) {
2   require "t/selenium/AllTests.t";
3   init_server("singlefileonly",$0);
4   exit(0);
5 }
6 diag("Delete payment conditions");
7 SKIP: {
8   start_login();
9
10   $sel->click_ok("link=Zahlungskonditionen anzeigen");
11   $sel->wait_for_page_to_load_ok($lxtest->{timeout});
12   $sel->select_frame_ok("main_window");
13   $sel->click_ok("link=Schnellzahler/Skonto");
14   $sel->wait_for_page_to_load_ok($lxtest->{timeout});
15   $sel->click_ok("document.forms[0].action[1]");
16   $sel->wait_for_page_to_load_ok($lxtest->{timeout});
17 }
18 1;