1 diag("Create price brackets");
3 if(!$sel->get_title("Lx-Office Version 2.4.3 - Selenium - " . $lxtest->{db})){
4 require_ok("../../begin/B004Login.t");
7 $sel->select_frame_ok("relative=up");
8 $sel->click_ok("link=Preisgruppe erfassen");
9 $sel->wait_for_page_to_load($lxtest->{timeout});
11 $sel->select_frame_ok("main_window");
12 $sel->type_ok("pricegroup", "SeleniumTestPreisgruppe1");
13 $sel->click_ok("action","value=Speichern");
14 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
15 $sel->type_ok("pricegroup", "SeleniumTestPreisgruppe2");
16 $sel->click_ok("action","value=Speichern");
17 $sel->wait_for_page_to_load_ok($lxtest->{timeout});