X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c8a96c23a56f8db29948f265d895541369ac36b..b14c2015aa75d772362c98b56674ebe183e7c9aa:/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t diff --git a/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t b/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t index dbfcc5903..d0bd0196b 100644 --- a/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t +++ b/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t @@ -1,3 +1,8 @@ +if(!defined $sel) { + require "t/selenium/AllTests.t"; + init_server("singlefileonly",$0); + exit(0); +} diag("Delete payment conditions"); $sel->select_frame_ok("relative=up"); @@ -8,3 +13,4 @@ $sel->click_ok("link=Schnellzahler/Skonto"); $sel->wait_for_page_to_load_ok($lxtest->{timeout}); $sel->click_ok("document.forms[0].action[1]"); $sel->wait_for_page_to_load_ok($lxtest->{timeout}); +1; \ No newline at end of file