Make feature consistent with other features.
Actually, I just trying to make this feature pass.
This commit is contained in:
parent
870f2e2ae8
commit
81278fa61a
1 changed files with 3 additions and 3 deletions
|
|
@ -22,11 +22,11 @@ Feature: Hovercards
|
||||||
Then I should not see a hovercard
|
Then I should not see a hovercard
|
||||||
|
|
||||||
Scenario: Hovercards on the main stream in reshares
|
Scenario: Hovercards on the main stream in reshares
|
||||||
When I am on "bob@bob.bob"'s page
|
Given I am on "bob@bob.bob"'s page
|
||||||
Then I should see "alice public stuff" within ".reshare"
|
Then I should see "public stuff" within ".stream_element"
|
||||||
When I hover "Alice" within ".reshare"
|
When I hover "Alice" within ".reshare"
|
||||||
Then I should not see a hovercard
|
Then I should not see a hovercard
|
||||||
When I am on "alice@alice.alice"'s page
|
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"
|
When I hover "Bob Jones" within ".reshare"
|
||||||
Then I should see a hovercard
|
Then I should see a hovercard
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue