From 0bbf304e0364700a81f634ff2bc16f63a9e0b797 Mon Sep 17 00:00:00 2001 From: Florian Staudacher <florian_staudacher@yahoo.de> Date: Wed, 17 Sep 2014 18:38:27 +0200 Subject: [PATCH] fix the last of the failing cukes (hopefully) --- features/desktop/posts_from_main_page.feature | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/features/desktop/posts_from_main_page.feature b/features/desktop/posts_from_main_page.feature index 0e4023424c..fd829e4eb5 100644 --- a/features/desktop/posts_from_main_page.feature +++ b/features/desktop/posts_from_main_page.feature @@ -95,12 +95,8 @@ Feature: posting from the main page Scenario: back out of posting a photo-only post Given I expand the publisher - And I have turned off jQuery effects And I attach "spec/fixtures/button.png" to the publisher - And I confirm the alert - Then I should not see an uploaded image within the photo drop zone - And I attach "spec/fixtures/button.png" to the publisher - And I click to delete the first uploaded photo + When I click to delete the first uploaded photo Then I should not see an uploaded image within the photo drop zone And I should not be able to submit the publisher -- GitLab