From d7c346f742b6383c9e84a7088131630833a03c5a Mon Sep 17 00:00:00 2001 From: Larissa Reis Date: Mon, 25 Jan 2016 16:26:04 -0300 Subject: [PATCH] recent-content-block: Run test that was being skipped --- plugins/recent_content/features/add_recent_content.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/recent_content/features/add_recent_content.feature b/plugins/recent_content/features/add_recent_content.feature index 2575773..4f28749 100644 --- a/plugins/recent_content/features/add_recent_content.feature +++ b/plugins/recent_content/features/add_recent_content.feature @@ -73,11 +73,10 @@ Background: And I press "Save" Then I should see "Quinto post do joao silva" within ".block.recent-content-block" - # the step for attaching a file on the input only works with capybara 1.1.2, but it requires rails 1.9.3 - @selenium-fixme Scenario: the user should see the blog cover image if configured and the image is available Given I go to joaosilva's control panel And I follow "Configure blog" + And I follow "Edit" within "tr[title='JSilva blog']" And I attach the file "public/images/rails.png" to "Uploaded data" And I press "Save" When I go to joaosilva's control panel -- libgit2 0.21.2