Skip to content

Split and rename project issue sidebar specs

euko requested to merge split-flaky-sidebar-spec-euko2 into master

What does this MR do?

This MR splits some parts of sidebar_spec.rb into separate files in order to diagnose the cause of its flakiness in CI.

(some parts of sidebar_spec.rb have been already split off in !56598 (merged))

More context is in this issue: #323325 (comment 530857949).

file what changed
sidebar_assignee_spec.rb
sidebar_labels_spec.rb
- changed the title of the spec to be more descriptive
- replaced let! with let_it_be where appropriate
sidebar_due_date_spec.rb
sidebar_milestones_spec.rb
sidebar_subscription_spec.rb
sidebar_time_tracking_spec.rb
- newly split from sidebar_spec.rb
- changed the title of the spec to be more descriptive
- replaced let! with let_it_be where appropriate

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by euko

Merge request reports