summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qa/t/test_bmo_enter_new_bug.t1
-rw-r--r--qa/t/test_groups.t1
-rw-r--r--qa/t/test_user_groups.t1
3 files changed, 3 insertions, 0 deletions
diff --git a/qa/t/test_bmo_enter_new_bug.t b/qa/t/test_bmo_enter_new_bug.t
index e029cbfee..8c5e8b327 100644
--- a/qa/t/test_bmo_enter_new_bug.t
+++ b/qa/t/test_bmo_enter_new_bug.t
@@ -355,6 +355,7 @@ sub _check_group {
$sel->title_is("Add group");
$sel->type_ok("name", $group);
$sel->type_ok("desc", $group_description);
+ $sel->type_ok("owner", $config->{'admin_user_login'});
$sel->check_ok("isactive");
$sel->check_ok("insertnew");
$sel->click_ok("create");
diff --git a/qa/t/test_groups.t b/qa/t/test_groups.t
index 1974091ea..caf30fbac 100644
--- a/qa/t/test_groups.t
+++ b/qa/t/test_groups.t
@@ -27,6 +27,7 @@ $sel->wait_for_page_to_load(WAIT_TIME);
$sel->title_is("Add group");
$sel->type_ok("name", "Selenium-test");
$sel->type_ok("desc", "Test group for Selenium");
+$sel->type_ok("owner", $config->{'admin_user_login'});
$sel->check_ok("isactive");
$sel->uncheck_ok("insertnew");
$sel->click_ok("create");
diff --git a/qa/t/test_user_groups.t b/qa/t/test_user_groups.t
index e4dd5dc30..654f8dad6 100644
--- a/qa/t/test_user_groups.t
+++ b/qa/t/test_user_groups.t
@@ -44,6 +44,7 @@ $sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Add group");
$sel->type_ok("name", "Slave");
$sel->type_ok("desc", "Members of the Master group are also members of this group");
+$sel->type_ok("owner", $config->{'admin_user_login'});
$sel->uncheck_ok("isactive");
ok(!$sel->is_checked("insertnew"), "Group not added to products by default");
$sel->click_ok("create");