Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-21 21:18:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-21 21:18:42 +0300
commit2ee7cff13b1a3929bebf2af7d223e2f445d72fca (patch)
treeb155d3f76bd575b8401544a0d05fdbf595529056 /spec/features/triggers_spec.rb
parent871e82b7c73283c2c71355e3258a6c9d3b8c0eda (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/triggers_spec.rb')
-rw-r--r--spec/features/triggers_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/triggers_spec.rb b/spec/features/triggers_spec.rb
index 1f1824c897e..7f5cf2359a3 100644
--- a/spec/features/triggers_spec.rb
+++ b/spec/features/triggers_spec.rb
@@ -17,6 +17,8 @@ RSpec.describe 'Triggers', :js do
@project.add_guest(guest_user)
visit project_settings_ci_cd_path(@project)
+
+ wait_for_requests
end
shared_examples 'triggers page' do