From db309ec716a6cd1dc0b2149455eb055c4b6e1ff6 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Fri, 15 Apr 2011 12:33:21 -0300 Subject: [PATCH] Changing friends online to friends in chat (at right place) --- app/views/shared/logged_in/xmpp_chat.rhtml | 2 +- features/chat.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shared/logged_in/xmpp_chat.rhtml b/app/views/shared/logged_in/xmpp_chat.rhtml index 5d3b4b2..7463bd3 100644 --- a/app/views/shared/logged_in/xmpp_chat.rhtml +++ b/app/views/shared/logged_in/xmpp_chat.rhtml @@ -6,6 +6,6 @@ -
<%= _("Online friends (%{amount})") %>
+
<%= _("Friends in chat (%{amount})") %>
diff --git a/features/chat.feature b/features/chat.feature index 412e360..a7b00b7 100644 --- a/features/chat.feature +++ b/features/chat.feature @@ -23,7 +23,7 @@ Feature: chat Scenario: provide the chat online users content Given feature "xmpp_chat" is enabled on environment And I am logged in as "tame" - Then I should see "Online friends " + Then I should see "Friends in chat " @selenium Scenario: provide the chat online users list @@ -46,7 +46,7 @@ Feature: chat @selenium Scenario: not provide the chat online users list when environment not support that Given I am logged in as "tame" - Then I should not see "Online friends " + Then I should not see "Friends in chat " Scenario: block access to chat when environment not support that Given I am logged in as "tame" -- libgit2 0.21.2