1 diag("Create price brackets");
3 $sel->select_frame_ok("relative=up");
4 $sel->click_ok("link=Preisgruppe erfassen");
5 $sel->wait_for_page_to_load($lxtest->{timeout});
7 $sel->select_frame_ok("main_window");
8 $sel->type_ok("pricegroup", "SeleniumTestPreisgruppe1");
9 $sel->click_ok("action","value=Speichern");
10 $sel->wait_for_page_to_load_ok($lxtest->{timeout});
11 $sel->type_ok("pricegroup", "SeleniumTestPreisgruppe2");
12 $sel->click_ok("action","value=Speichern");
13 $sel->wait_for_page_to_load_ok($lxtest->{timeout});