summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-12 10:41:17 +0100
committerAlfredo Sumaran <alfredo@gitlab.com>2016-08-13 00:57:40 -0500
commita0cd87d175a2e2c7a19595f7fa4d250309850a35 (patch)
tree8977c90b3df77b451bc69e02f7cc8018d0e06524 /features
parent61bdc80dbad253f6532a83ae2554de82deb40e5f (diff)
downloadgitlab-ce-a0cd87d175a2e2c7a19595f7fa4d250309850a35.tar.gz
Removed screenshot command :poop:
Diffstat (limited to 'features')
-rw-r--r--features/steps/dashboard/event_filters.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/features/steps/dashboard/event_filters.rb b/features/steps/dashboard/event_filters.rb
index 1806bb138eb..c9896cbc24a 100644
--- a/features/steps/dashboard/event_filters.rb
+++ b/features/steps/dashboard/event_filters.rb
@@ -12,11 +12,8 @@ class Spinach::Features::EventFilters < Spinach::FeatureSteps
step 'I should not see push event' do
wait_for_ajax
- save_and_open_screenshot
sleep 1
- save_and_open_screenshot
expect(page).not_to have_selector('span.pushed')
- save_and_open_screenshot
end
step 'I should see new member event' do