summaryrefslogtreecommitdiff
path: root/spec/features/todos/todos_filtering_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/todos/todos_filtering_spec.rb')
-rw-r--r--spec/features/todos/todos_filtering_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/todos/todos_filtering_spec.rb b/spec/features/todos/todos_filtering_spec.rb
index cecb98641a6..f32e70c2c3f 100644
--- a/spec/features/todos/todos_filtering_spec.rb
+++ b/spec/features/todos/todos_filtering_spec.rb
@@ -45,8 +45,8 @@ describe 'Dashboard > User filters todos', feature: true, js: true do
wait_for_ajax
- expect(find('.todos-list')).to have_content user_1.name
- expect(find('.todos-list')).not_to have_content user_2.name
+ expect(find('.todos-list')).to have_content 'merge request'
+ expect(find('.todos-list')).not_to have_content 'issue'
end
it "shows only authors of existing todos" do