Skip to content
Snippets Groups Projects
Commit 8063672a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add sleep in tests to prevent random failing when next test starts before ajax...

Add sleep in tests to prevent random failing when next test starts before ajax requests for old one in progress
parent ff765bb2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment