Skip to content
Snippets Groups Projects
Commit f7012d42 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'remove-sleep-calls-from-phantom-update-spinach-specs' into 'master'

Remove sleep calls introduced in !5740

See merge request !5815
parents 3666f698 86915610
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,6 +45,8 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
 
step 'I click link "All"' do
click_link "All"
# Waits for load
expect(find('.issues-state-filters > .active')).to have_content 'All'
end
 
step 'I click link "Release 0.4"' do
Loading
Loading
@@ -354,8 +356,6 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
end
 
def filter_issue(text)
sleep 1
fill_in 'issue_search', with: text
sleep 1
end
end
Loading
Loading
@@ -22,6 +22,8 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
 
step 'I click link "All"' do
click_link "All"
# Waits for load
expect(find('.issues-state-filters > .active')).to have_content 'All'
end
 
step 'I click link "Merged"' do
Loading
Loading
@@ -489,7 +491,6 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
end
 
step 'I fill in merge request search with "Fe"' do
sleep 1
fill_in 'issue_search', with: "Fe"
end
 
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