From 3c01eb5dc4fc038c34d560b349cb15f959d9744d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Tue, 27 May 2014 08:44:35 +0200 Subject: [PATCH] Detect whether the stream has loaded more reliably in the hovercards cuke --- features/desktop/hovercards.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/desktop/hovercards.feature b/features/desktop/hovercards.feature index 7b5885829..0ddf29018 100644 --- a/features/desktop/hovercards.feature +++ b/features/desktop/hovercards.feature @@ -23,10 +23,10 @@ Feature: Hovercards Scenario: Hovercards on the main stream in reshares Given I am on "bob@bob.bob"'s page - Then I should see "Alice" within ".stream_element" + Then I should see "Alice" within "#main_stream" 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 "Bob Jones" within ".stream_element" + Then I should see "Bob Jones" within "#main_stream" When I hover "Bob Jones" within ".reshare" Then I should see a hovercard