diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-09-05 14:05:14 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-09-05 14:05:14 +0000 |
commit | f6097cbfaa1fae7cceef583bb3dbbd85286c80c2 (patch) | |
tree | 14a3f611f1d5656b9d5ed0bb3018d043d7ec080b /qa/qa.rb | |
parent | 464b0de1acfc9383a551a05efa8c8a705c8bf70c (diff) | |
parent | 70b7cf35880bec31a27c19e347585dd1513dedeb (diff) | |
download | gitlab-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.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |