attempt fix for reshare cuke

This commit is contained in:
Maxwell Salzberg 2011-10-01 09:51:41 -07:00
parent 00873cdc6a
commit f5f78a977c

View file

@ -47,6 +47,7 @@ Feature: public repost
And I wait for the ajax to finish And I wait for the ajax to finish
And I go to the home page And I go to the home page
And I wait for the ajax to finish
Then I should see a ".reshare" Then I should see a ".reshare"
And I follow "Your Aspects" And I follow "Your Aspects"
Then I should see "reshare this!" Then I should see "reshare this!"
@ -80,6 +81,7 @@ Feature: public repost
Scenario: I can see the number of reshares Scenario: I can see the number of reshares
Given "bob@bob.bob" has a public post with text "reshare this!" Given "bob@bob.bob" has a public post with text "reshare this!"
And I sign in as "alice@alice.alice" And I sign in as "alice@alice.alice"
And I wait for the ajax to finish
And I preemptively confirm the alert And I preemptively confirm the alert
And I follow "Reshare" And I follow "Reshare"
And I wait for the ajax to finish And I wait for the ajax to finish