X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9b057fb953934c00c255acc2aaf2f1254beb6860..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 4caa7920e..d0bd0196b 100644 --- a/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t +++ b/t/selenium/testscripts/system/end/S996DeletePaymentConditions.t @@ -1,8 +1,9 @@ -diag("Delete payment conditions"); - -if(!$sel->get_title("Lx-Office Version 2.4.3 - Selenium - " . $lxtest->{db})){ - require_ok("../../begin/B004Login.t"); +if(!defined $sel) { + require "t/selenium/AllTests.t"; + init_server("singlefileonly",$0); + exit(0); } +diag("Delete payment conditions"); $sel->select_frame_ok("relative=up"); $sel->click_ok("link=Zahlungskonditionen anzeigen"); @@ -12,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