Skip to content

Fix spec violations and refactor activity_bar_spec

Lorenz van Herwaarden requested to merge fix-spec-violations-activity-bar into master

What does this MR do and why?

In regards of epic &5102, this MR fixes the following spec violations in spec/frontend/ide/components/activity_bar_spec.js #391059 (closed):

  • overriding method behavior

How to set up and validate locally

Run tests:

yarn jest spec/frontend/ide/components/activity_bar_spec.js     

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Closes #391059 (closed)

Merge request reports