summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-17 15:10:45 +0000
committerPhil Hughes <me@iamphill.com>2016-03-17 15:10:45 +0000
commitceaa6943919041c204ec86ebea0347374dffdd44 (patch)
tree618ec9bdd4176cd3c8910a446d8b3b1204c66507
parent41c107beccda574aefd3e5d992345087b2e0d848 (diff)
downloadgitlab-ce-optimistic-todos.tar.gz
Fixed failing testsoptimistic-todos
-rw-r--r--features/steps/dashboard/todos.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/dashboard/todos.rb b/features/steps/dashboard/todos.rb
index 9722a5a848c..963e4f21365 100644
--- a/features/steps/dashboard/todos.rb
+++ b/features/steps/dashboard/todos.rb
@@ -41,7 +41,6 @@ class Spinach::Features::DashboardTodos < Spinach::FeatureSteps
click_link 'Done'
end
- expect(page).to have_content 'Todo was successfully marked as done.'
expect(page).to have_content 'To do 3'
expect(page).to have_content 'Done 1'
should_not_see_todo "John Doe assigned you merge request !#{merge_request.iid}"