remove embedder feature

This commit is contained in:
danielgrippi 2011-09-14 12:31:37 -07:00
parent 70a9f3fd94
commit 166d83d76d

View file

@ -1,24 +0,0 @@
@javascript @no-ci
Feature: embedding
Get sure that embedding stuff actually works
Background:
Given a user with username "bob"
When I sign in as "bob@bob.bob"
And I am on the home page
Scenario: Youtube is fully embedded
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"
And I press "Share"
And I am on the aspects page
Then I should see "Look at this awesome video: Youtube: Leekspin" within ".stream_element"
When I follow "Youtube: Leekspin"
And I wait for the ajax to finish
Then I should see "Watch this video on YouTube" within ".video-container"
#After ajax aspect switch
When I follow "Besties"
And I wait for the ajax to finish
And I follow "Youtube: Leekspin"
Then I should see "Watch this video on YouTube" within ".video-container"