Failure in browser_ui/1_manage/user/follow_user_activity_spec.rb | Manage User can be followed and their activity seen
Full description
Manage User can be followed and their activity seen
File path
./qa/specs/features/browser_ui/1_manage/user/follow_user_activity_spec.rb
Stack trace
Failures:
1) Manage User can be followed and their activity seen
Got 3 failures from failure aggregation block.
...
1.1) Failure/Error: expect(show).to have_activity('opened merge request')
expected `QA::Page::User::Show.has_activity?("opened merge request")` to be truthy, got false
# ./qa/specs/features/browser_ui/1_manage/user/follow_user_activity_spec.rb:89:in `block (5 levels) in <module:QA>'
1.2) Failure/Error: expect(show).to have_activity('opened issue')
expected `QA::Page::User::Show.has_activity?("opened issue")` to be truthy, got false
# ./qa/specs/features/browser_ui/1_manage/user/follow_user_activity_spec.rb:90:in `block (5 levels) in <module:QA>'
1.3) Failure/Error: expect(show).to have_activity('commented on issue')
expected `QA::Page::User::Show.has_activity?("commented on issue")` to be truthy, got false
# ./qa/specs/features/browser_ui/1_manage/user/follow_user_activity_spec.rb:91:in `block (5 levels) in <module:QA>'
Screenshot
Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347678.
Edited by Anastasia McDonald