Fortführung der Struturierung und hinzufügen von Systemtests, sowie globaler Login...
[kivitendo-erp.git] / t / selenium / testscripts / system / end / S996DeletePaymentConditions.t
1 diag("Delete payment conditions");
2
3 $sel->select_frame_ok("relative=up");
4 $sel->click_ok("link=Zahlungskonditionen anzeigen");
5 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
6 $sel->select_frame_ok("main_window");
7 $sel->click_ok("link=Schnellzahler/Skonto");
8 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
9 $sel->click_ok("document.forms[0].action[1]");
10 $sel->wait_for_page_to_load_ok($lxtest->{timeout});