]> wagnertech.de Git - mfinanz.git/blob - t/selenium/testscripts/system/begin/S008ShowCustomerVendorTypes.t
af0e88cc004c9949049a63f3179262a7dd53fdd1
[mfinanz.git] / t / selenium / testscripts / system / begin / S008ShowCustomerVendorTypes.t
1 if(!defined $sel) {
2   require "t/selenium/AllTests.t";
3   init_server("singlefileonly",$0);
4   exit(0);
5 }
6 diag("Show customer/vendor types");
7
8 $sel->select_frame_ok("relative=up");
9 $sel->title_is("Lx-Office Version 2.4.3 - Selenium - " . $lxtest->{db});
10 $sel->click_ok("link=Kunden\-\/Lieferantentypen\ anzeigen");
11 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
12 $sel->select_frame_ok("main_window");
13 $sel->click_ok("link=Großabnehmer");
14 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
15 $sel->click_ok("action");
16 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
17 $sel->click_ok("link=Kleinkäufer");
18 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
19 $sel->click_ok("action");
20 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
21 1;