diff --git a/.travis.yml b/.travis.yml index 327d60d4d..ae8433eea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ branches: - 'master' rvm: - - 1.8.7 - ree - 1.9.2 + - 1.9.3 env: - DB=postgres BUILD_TYPE=other diff --git a/features/step_definitions/custom_web_steps.rb b/features/step_definitions/custom_web_steps.rb index 1889e5fc7..8a143a4c2 100644 --- a/features/step_definitions/custom_web_steps.rb +++ b/features/step_definitions/custom_web_steps.rb @@ -205,7 +205,7 @@ Then 'I should see an image attached to the post' do end Then 'I press the attached image' do - Then %{I press the 1st "img" within ".stream_element div.photo_attachments"} + step %{I press the 1st "img" within ".stream_element div.photo_attachments"} end And "I wait for the popovers to appear" do