X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/34211d2356367e21aa8f624caa7b17ee4b8ec4ac..1d91e75c53e7da5bf2c1b334f5aeecf241dc5ec4:/t/old/selenium/testscripts/system/end/S994DeleteAccount.t diff --git a/t/old/selenium/testscripts/system/end/S994DeleteAccount.t b/t/old/selenium/testscripts/system/end/S994DeleteAccount.t new file mode 100644 index 000000000..97549350c --- /dev/null +++ b/t/old/selenium/testscripts/system/end/S994DeleteAccount.t @@ -0,0 +1,21 @@ +if(!defined $sel) { + require "t/selenium/AllTests.t"; + init_server("singlefileonly",$0); + exit(0); +} +diag("Delete Account"); +SKIP: { + start_login(); + + $sel->title_is("Lx-Office Version 2.4.3 - Selenium - " . $lxtest->{db}); + $sel->click_ok("link=Konten anzeigen"); + $sel->wait_for_page_to_load($lxtest->{timeout}); + $sel->select_frame_ok("main_window"); + $sel->click_ok("link=000000000001"); + $sel->wait_for_page_to_load_ok("30000"); + $sel->click_ok("document.EditAccount.action[1]"); + $sel->wait_for_page_to_load_ok("30000"); + isnt($sel->is_element_present("link=000000000001"),1,"Tests whether link for created acc is present"); + isnt($sel->is_text_present("TestSeleniumKonto"),1,"Tests wheter text of created acc is present"); +}; +1; \ No newline at end of file