2a728322f4ea423746e58919a54a448c89785f26
[kivitendo-erp.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 SKIP: {
8   start_login();
9   
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 };
22 1;