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