Replace usage of name in favor of displayname
This commit is contained in:
@ -38,8 +38,8 @@ describe 'Authentication' do
|
||||
visit(root_path)
|
||||
end
|
||||
|
||||
it "displays the user's name" do
|
||||
expect(page).to have_content(user.name)
|
||||
it "displays the user's displayname" do
|
||||
expect(page).to have_content(user.displayname)
|
||||
end
|
||||
|
||||
it 'displays a sign out link' do
|
||||
|
Reference in New Issue
Block a user