Commit d7c346f742b6383c9e84a7088131630833a03c5a

Authored by Larissa Reis
1 parent 04723e67

recent-content-block: Run test that was being skipped

plugins/recent_content/features/add_recent_content.feature
... ... @@ -73,11 +73,10 @@ Background:
73 73 And I press "Save"
74 74 Then I should see "Quinto post do joao silva" within ".block.recent-content-block"
75 75  
76   - # the step for attaching a file on the input only works with capybara 1.1.2, but it requires rails 1.9.3
77   - @selenium-fixme
78 76 Scenario: the user should see the blog cover image if configured and the image is available
79 77 Given I go to joaosilva's control panel
80 78 And I follow "Configure blog"
  79 + And I follow "Edit" within "tr[title='JSilva blog']"
81 80 And I attach the file "public/images/rails.png" to "Uploaded data"
82 81 And I press "Save"
83 82 When I go to joaosilva's control panel
... ...