From 81278fa61a75afe88f311f036ca1b200a1b754d3 Mon Sep 17 00:00:00 2001 From: Anton Ilin Date: Fri, 7 Mar 2014 11:28:02 +0200 Subject: [PATCH] Make feature consistent with other features. Actually, I just trying to make this feature pass. --- features/desktop/hovercards.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/desktop/hovercards.feature b/features/desktop/hovercards.feature index bff57517e..631bce618 100644 --- a/features/desktop/hovercards.feature +++ b/features/desktop/hovercards.feature @@ -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