X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c915773b1c9149df1b0f99f8f7ff7d1cc9ea22fa..004280c137305d00ede218b40930882f5b765886:/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