Skip to content
Snippets Groups Projects

Add support to configure webhook_timeout in gitlab.yaml

Closed gitlab-qa-bot requested to merge github/fork/wesgurn/master into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -58,14 +58,17 @@ class ProjectIssues < Spinach::FeatureSteps
Given 'I fill in issue search with "Release"' do
fill_in 'issue_search', with: "Release"
sleep 0.05
end
Given 'I fill in issue search with "Bug"' do
fill_in 'issue_search', with: "Bug"
sleep 0.05
end
And 'I fill in issue search with "0.3"' do
fill_in 'issue_search', with: "0.3"
sleep 0.05
end
And 'I fill in issue search with "Something"' do
Loading