Feature spec coverage when user adds comments from the drawer

What does this MR do and why?

This MR adds feature spec coverage to verify that when a user adds comments from the work item drawer, the comment count in the list item updates correctly.

References

How to set up and validate locally

Run the feature spec

  1. bundle exec rspec ./spec/features/work_items/list/user_interacts_with_drawer_spec.rb to verify CE specs on local
  2. bundle exec rspec ./ee/spec/features/work_items/list/user_interacts_with_drawer_spec.rb to verify EE specs on local
  3. Verify all pipelines are green

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #537726 (closed)

Merge request reports

Loading