summaryrefslogtreecommitdiffstats
path: root/qa/t/test_groups.t
diff options
context:
space:
mode:
Diffstat (limited to 'qa/t/test_groups.t')
-rw-r--r--qa/t/test_groups.t1
1 files changed, 1 insertions, 0 deletions
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");