summaryrefslogtreecommitdiffstats
path: root/qa/t/test_user_groups.t
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-09-02 15:04:36 +0200
committerByron Jones <glob@mozilla.com>2015-09-02 15:04:36 +0200
commit3cc9c7365577f62e1b7c0693225dffb6f153b92f (patch)
tree2cdda99f3a040b46764d30c49850dbb05de8baa3 /qa/t/test_user_groups.t
parent6a66781aeb532c4098a2ec88f83fed3f7ece4444 (diff)
downloadbugzilla-3cc9c7365577f62e1b7c0693225dffb6f153b92f.tar.gz
bugzilla-3cc9c7365577f62e1b7c0693225dffb6f153b92f.tar.xz
Bug 1196618 - fix test failures
Diffstat (limited to 'qa/t/test_user_groups.t')
-rw-r--r--qa/t/test_user_groups.t1
1 files changed, 1 insertions, 0 deletions
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");