X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/004280c137305d00ede218b40930882f5b765886..85422b200b3327de9a5c7b0d550d9afc6fb62286:/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t diff --git a/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t b/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t index 91690f80f..7f20e4b41 100644 --- a/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t +++ b/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t @@ -4,17 +4,19 @@ if(!defined $sel) { exit(0); } diag("Add payment conditions"); - -$sel->select_frame_ok("relative=up"); -$sel->click_ok("link=Zahlungskonditionen hinzufügen"); -$sel->wait_for_page_to_load($lxtest->{timeout}); -$sel->select_frame_ok("main_window"); -$sel->type_ok("description", "Schnellzahler/Skonto"); -$sel->type_ok("description_long", "Schnellzahler bekommen sofort ein Skonto von 3% gewährleistet"); -$sel->type_ok("description_long_" . $lxtest->{lang_id}, "This is a test in elbisch"); -$sel->type_ok("terms_netto", "100"); -$sel->type_ok("percent_skonto", "3"); -$sel->type_ok("terms_skonto", "97"); -$sel->click_ok("action"); -$sel->wait_for_page_to_load($lxtest->{timeout}); +SKIP: { + start_login(); + + $sel->click_ok("link=Zahlungskonditionen hinzufügen"); + $sel->wait_for_page_to_load($lxtest->{timeout}); + $sel->select_frame_ok("main_window"); + $sel->type_ok("description", "Schnellzahler/Skonto"); + $sel->type_ok("description_long", "Schnellzahler bekommen sofort ein Skonto von 3% gewährleistet"); + $sel->type_ok("description_long_" . $lxtest->{lang_id}, "This is a test in elbisch"); + $sel->type_ok("terms_netto", "100"); + $sel->type_ok("percent_skonto", "3"); + $sel->type_ok("terms_skonto", "97"); + $sel->click_ok("action"); + $sel->wait_for_page_to_load($lxtest->{timeout}); +}; 1; \ No newline at end of file