summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-09-05 14:05:14 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-09-05 14:05:14 +0000
commitf6097cbfaa1fae7cceef583bb3dbbd85286c80c2 (patch)
tree14a3f611f1d5656b9d5ed0bb3018d043d7ec080b /qa/qa.rb
parent464b0de1acfc9383a551a05efa8c8a705c8bf70c (diff)
parent70b7cf35880bec31a27c19e347585dd1513dedeb (diff)
downloadgitlab-ce-f6097cbfaa1fae7cceef583bb3dbbd85286c80c2.tar.gz
Merge branch '50974-qa-group-filtering-fails-when-filter-text-field-is-filled-before-the-group-list-is-fully-loaded-leading-to-path-has-already-been-taken-error-qa-tries-to-create-a-bew-subgroup-qa' into 'master'
Resolve "[QA] Group filtering fails when filter text field is filled before the group list is fully loaded leading to "Path has already been taken" error QA tries to create a bew subgroup" Closes #50974 See merge request gitlab-org/gitlab-ce!21475
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 830a6aa17de..c21cb3c1929 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -250,6 +250,7 @@ module QA
module Component
autoload :ClonePanel, 'qa/page/component/clone_panel'
autoload :Dropzone, 'qa/page/component/dropzone'
+ autoload :GroupsFilter, 'qa/page/component/groups_filter'
autoload :Select2, 'qa/page/component/select2'
end
end