diff options
author | Phil Hughes <me@iamphill.com> | 2016-10-12 17:05:09 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-11-01 08:47:27 +0000 |
commit | f7a4cf2bfb5b6760837aaee1644ff9f17b2af77c (patch) | |
tree | 2a49f0bf31f2fc8e8b6848b5599c058b1428cdfd | |
parent | 511d6b9309ba20354c9b9d64be965747cd00873a (diff) | |
download | gitlab-ce-f7a4cf2bfb5b6760837aaee1644ff9f17b2af77c.tar.gz |
Tests update
-rw-r--r-- | spec/features/todos/todos_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/todos/todos_spec.rb b/spec/features/todos/todos_spec.rb index d30d502746f..3ae83ac082d 100644 --- a/spec/features/todos/todos_spec.rb +++ b/spec/features/todos/todos_spec.rb @@ -133,7 +133,7 @@ describe 'Dashboard Todos', feature: true do it 'shows "All done" message!' do expect(page).to have_content 'To do 0' - expect(page).to have_content "Good job! Looks like you don't have any todos left." + expect(page).to have_content "You're all done!" expect(page).not_to have_selector('.gl-pagination') end end |