Commit 5d8ad797 authored by Phil Hughes's avatar Phil Hughes Committed by Alfredo Sumaran

Filters test fix

parent c617cbfc
......@@ -73,17 +73,20 @@ class Spinach::Features::EventFilters < Spinach::FeatureSteps
end
When 'I click "push" event filter' do
click_link("push_event_filter")
sleep 1
click_link("Push events")
sleep 2
end
When 'I click "team" event filter' do
click_link("team_event_filter")
sleep 1
click_link("Team")
sleep 2
end
When 'I click "merge" event filter' do
click_link("merged_event_filter")
sleep 1
click_link("Merge events")
sleep 2
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment