fix user_browses_commits_spec
This commit is contained in:
parent
992d034ac3
commit
362e9e40b1
1 changed files with 0 additions and 1 deletions
|
@ -238,6 +238,5 @@ def check_author_link(email, author)
|
|||
author_link = find('.commit-author-link')
|
||||
|
||||
expect(author_link['href']).to eq(user_path(author))
|
||||
expect(author_link['title']).to eq(email)
|
||||
expect(find('.commit-author-name').text).to eq(author.name)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue