summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-12-13 08:38:48 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-12-13 08:38:48 +0000
commita11fae2489c650bcb6cdd9e5a31c0ea01041256f (patch)
treec70948f2728c2a00abff261d8bbcfa87930eb82a /spec
parenta8b9852837c3ecde3148a7e989d53fd5ac025bc3 (diff)
parent40d6edac49404290f773e83952e61fde0912245f (diff)
downloadgitlab-ce-a11fae2489c650bcb6cdd9e5a31c0ea01041256f.tar.gz
Merge branch '40468-empty-states' into 'master'
Resolve "Update styling of empty states" Closes #40468 See merge request gitlab-org/gitlab-ce!15791
Diffstat (limited to 'spec')
-rw-r--r--spec/features/dashboard/todos/todos_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/dashboard/todos/todos_spec.rb b/spec/features/dashboard/todos/todos_spec.rb
index 6f916078b1a..94133c62b5c 100644
--- a/spec/features/dashboard/todos/todos_spec.rb
+++ b/spec/features/dashboard/todos/todos_spec.rb
@@ -13,7 +13,7 @@ feature 'Dashboard Todos' do
end
it 'shows "All done" message' do
- expect(page).to have_content 'Todos let you see what you should do next.'
+ expect(page).to have_content 'Todos let you see what you should do next'
end
end