Make feature consistent with other features.

Actually, I just trying to make this feature pass.
This commit is contained in:
Anton Ilin 2014-03-07 11:28:02 +02:00
parent 870f2e2ae8
commit 81278fa61a

View file

@ -22,11 +22,11 @@ Feature: Hovercards
Then I should not see a hovercard
Scenario: Hovercards on the main stream in reshares
When I am on "bob@bob.bob"'s page
Then I should see "alice public stuff" within ".reshare"
Given I am on "bob@bob.bob"'s page
Then I should see "public stuff" within ".stream_element"
When I hover "Alice" within ".reshare"
Then I should not see a hovercard
When I am on "alice@alice.alice"'s page
Then I should see "public stuff" within ".reshare"
Then I should see "public stuff" within ".stream_element"
When I hover "Bob Jones" within ".reshare"
Then I should see a hovercard