From 2f924e2e8a62847466d22a21bd075df1c0c88c9d Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Wed, 10 Aug 2011 21:50:30 +0200 Subject: [PATCH] Make sure we got the right tag, just in case there will be more in the test background later. --- features/follows_tags.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/follows_tags.feature b/features/follows_tags.feature index 49888d595..d6b0afda1 100644 --- a/features/follows_tags.feature +++ b/features/follows_tags.feature @@ -37,7 +37,7 @@ Feature: posting Scenario: When I go to the home page And I preemptively confirm the alert - And I hover over the ".tag_selector" + And I hover over the "li.unfollow#boss" And I follow "unfollow_boss" And I wait for the ajax to finish Then I should not see "#boss" within ".left_nav"