Theory: embedder.feature breaks CI because it assumes the browser can show video.

This commit is contained in:
Sarah Mei 2011-04-29 19:53:27 -07:00
parent e025b14b60
commit ae3deb1f32

View file

@ -1,25 +1,25 @@
@javascript # @javascript
Feature: embedding # Feature: embedding
Get sure that embedding stuff actually works # Get sure that embedding stuff actually works
#
Background: # Background:
Given a user with username "bob" # Given a user with username "bob"
When I sign in as "bob@bob.bob" # When I sign in as "bob@bob.bob"
And I have no open aspects saved # And I have no open aspects saved
And I am on the home page # And I am on the home page
#
Scenario: Youtube is fully embedded # Scenario: Youtube is fully embedded
Given I expand the publisher # Given I expand the publisher
When I fill in "status_message_fake_text" with "Look at this awesome video: https://www.youtube.com/watch?v=53tq9g35kwk" # When I fill in "status_message_fake_text" with "Look at this awesome video: https://www.youtube.com/watch?v=53tq9g35kwk"
And I press "Share" # And I press "Share"
And I follow "All Aspects" # And I follow "All Aspects"
Then I should see "Look at this awesome video: Youtube: Leekspin" within ".stream_element" # Then I should see "Look at this awesome video: Youtube: Leekspin" within ".stream_element"
When I follow "Youtube: Leekspin" # When I follow "Youtube: Leekspin"
And I wait for the ajax to finish # And I wait for the ajax to finish
Then I should see "Watch this video on YouTube" within ".video-container" # Then I should see "Watch this video on YouTube" within ".video-container"
#
#After ajax aspect switch # #After ajax aspect switch
When I follow "Besties" # When I follow "Besties"
And I wait for the ajax to finish # And I wait for the ajax to finish
And I follow "Youtube: Leekspin" # And I follow "Youtube: Leekspin"
Then I should see "Watch this video on YouTube" within ".video-container" # Then I should see "Watch this video on YouTube" within ".video-container"