File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,7 @@ sub _check_group {
355
355
$sel -> title_is(" Add group" );
356
356
$sel -> type_ok(" name" , $group );
357
357
$sel -> type_ok(" desc" , $group_description );
358
+ $sel -> type_ok(" owner" , $config -> {' admin_user_login' });
358
359
$sel -> check_ok(" isactive" );
359
360
$sel -> check_ok(" insertnew" );
360
361
$sel -> click_ok(" create" );
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ $sel->wait_for_page_to_load(WAIT_TIME);
27
27
$sel -> title_is(" Add group" );
28
28
$sel -> type_ok(" name" , " Selenium-test" );
29
29
$sel -> type_ok(" desc" , " Test group for Selenium" );
30
+ $sel -> type_ok(" owner" , $config -> {' admin_user_login' });
30
31
$sel -> check_ok(" isactive" );
31
32
$sel -> uncheck_ok(" insertnew" );
32
33
$sel -> click_ok(" create" );
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ $sel->wait_for_page_to_load_ok(WAIT_TIME);
44
44
$sel -> title_is(" Add group" );
45
45
$sel -> type_ok(" name" , " Slave" );
46
46
$sel -> type_ok(" desc" , " Members of the Master group are also members of this group" );
47
+ $sel -> type_ok(" owner" , $config -> {' admin_user_login' });
47
48
$sel -> uncheck_ok(" isactive" );
48
49
ok(!$sel -> is_checked(" insertnew" ), " Group not added to products by default" );
49
50
$sel -> click_ok(" create" );
You can’t perform that action at this time.
0 commit comments