Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-20 15:25:31 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-20 15:25:31 +0300
commit362e9e40b131c896e2c3545248752ae84e9635d5 (patch)
tree899a21fca2c801976771d34cb01756964497bbbd /spec/features/projects/commits
parent992d034ac3ab7bdbab114eb29afc0fa17b7b7e30 (diff)
fix user_browses_commits_spec
Diffstat (limited to 'spec/features/projects/commits')
-rw-r--r--spec/features/projects/commits/user_browses_commits_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/projects/commits/user_browses_commits_spec.rb b/spec/features/projects/commits/user_browses_commits_spec.rb
index 23d8d606790..534cfe1eb12 100644
--- a/spec/features/projects/commits/user_browses_commits_spec.rb
+++ b/spec/features/projects/commits/user_browses_commits_spec.rb
@@ -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