X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c8a96c23a56f8db29948f265d895541369ac36b..b14c2015aa75d772362c98b56674ebe183e7c9aa:/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t?ds=inline diff --git a/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t b/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t index 0910598bd..91690f80f 100644 --- a/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t +++ b/t/selenium/testscripts/system/begin/S005AddPaymentConditions.t @@ -1,3 +1,8 @@ +if(!defined $sel) { + require "t/selenium/AllTests.t"; + init_server("singlefileonly",$0); + exit(0); +} diag("Add payment conditions"); $sel->select_frame_ok("relative=up"); @@ -12,3 +17,4 @@ $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