fix another missing translation and a cucumber feature
This commit is contained in:
parent
df8e5039a6
commit
517e37b56a
2 changed files with 4 additions and 4 deletions
|
|
@ -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 @@
|
||||||
|
|
||||||
.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
|
||||||
|
|
||||||
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
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue