1 diag("Add payment conditions");
3 $sel->select_frame_ok("relative=up");
4 $sel->click_ok("link=Zahlungskonditionen hinzufügen");
5 $sel->wait_for_page_to_load($lxtest->{timeout});
6 $sel->select_frame_ok("main_window");
7 $sel->type_ok("description", "Schnellzahler/Skonto");
8 $sel->type_ok("description_long", "Schnellzahler bekommen sofort ein Skonto von 3% gewährleistet");
9 $sel->type_ok("description_long_" . $lxtest->{lang_id}, "This is a test in elbisch");
10 $sel->type_ok("terms_netto", "100");
11 $sel->type_ok("percent_skonto", "3");
12 $sel->type_ok("terms_skonto", "97");
13 $sel->click_ok("action");
14 $sel->wait_for_page_to_load($lxtest->{timeout});