summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-01-19 15:42:22 +0000
committerSean McGivern <sean@gitlab.com>2017-01-19 15:43:16 +0000
commit4f1eb8cdd16b37b4d046eea8cebe39a9bdf8de21 (patch)
tree9a399bdbe42d3842faab6b63397374fadc476f93 /spec/features
parent9a985f6ec34d250c4468478a390cb40337d22d33 (diff)
downloadgitlab-ce-4f1eb8cdd16b37b4d046eea8cebe39a9bdf8de21.tar.gz
Fix todos spec
This was changed in a community MR, but the branch was far enough behind master that it didn't have this spec.
Diffstat (limited to 'spec/features')
-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