Skip to content
Extraits de code Groupes Projets
Valider 517e37b5 rédigé par Jonne Hass's avatar Jonne Hass
Parcourir les fichiers

fix another missing translation and a cucumber feature

parent df8e5039
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
-# the COPYRIGHT file. -# the COPYRIGHT file.
- content_for :page_title do - content_for :page_title do
= t('.community_spotlight') = t('contacts.spotlight.community_spotlight')
- content_for :head do - content_for :head do
= include_javascripts :people = include_javascripts :people
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.span-18.last .span-18.last
%h3 %h3
= t('.community_spotlight') = t('contacts.spotlight.community_spotlight')
%br %br
#featured_users #featured_users
......
...@@ -78,7 +78,7 @@ Feature: User manages contacts ...@@ -78,7 +78,7 @@ Feature: User manages contacts
And I click on my name in the header And I click on my name in the header
When I follow "Contacts" When I follow "Contacts"
Then I should see "Featured Users" within ".span-18" Then I should see "Community Spotlight" within ".span-18"
Scenario: clicking on the manage aspects link in the right nav with zero contacts directs a user to the featured users page Scenario: clicking on the manage aspects link in the right nav with zero contacts directs a user to the featured users page
Given I am signed in Given I am signed in
...@@ -86,7 +86,7 @@ Feature: User manages contacts ...@@ -86,7 +86,7 @@ Feature: User manages contacts
And I am on the home page And I am on the home page
When I follow "Manage your aspects." When I follow "Manage your aspects."
Then I should see "Featured Users" within ".span-18" Then I should see "Community Spotlight" within ".span-18"
Scenario: clicking on the contacts link in the header with contacts does not send a user to the featured users page Scenario: clicking on the contacts link in the header with contacts does not send a user to the featured users page
Given I am signed in Given I am signed in
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter