summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-19 18:26:56 +0000
committerRémy Coutable <remy@rymai.me>2017-01-19 18:26:56 +0000
commit2de5f511d153ae33a4ed6c21107cb21226ee9582 (patch)
tree9bfcd21f4f769394f37343c0e9657bfb43bd4815
parente8e2a6a98dd977a66c993b8a83f00cd7a97f2ff3 (diff)
parent4f1eb8cdd16b37b4d046eea8cebe39a9bdf8de21 (diff)
downloadgitlab-ce-2de5f511d153ae33a4ed6c21107cb21226ee9582.tar.gz
Merge branch 'fix-dashboard-spec' into 'master'
Fix todos spec See merge request !8643
-rw-r--r--spec/features/todos/todos_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/todos/todos_spec.rb b/spec/features/todos/todos_spec.rb
index 4bda0927692..3850e930b6d 100644
--- a/spec/features/todos/todos_spec.rb
+++ b/spec/features/todos/todos_spec.rb
@@ -165,7 +165,7 @@ describe 'Dashboard Todos', feature: true do
end
it 'shows the todo' do
- expect(page).to have_content 'The build failed for your merge request'
+ expect(page).to have_content 'The build failed for merge request'
end
it 'links to the pipelines for the merge request' do