Skip to content

New tests for the project dropdown actions

What does this MR do and why?

Adds new tests for the project dropdown actions

MR acceptance checklist

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

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Run the tests with the current master
  • Tests should pass
  1. Edit app/assets/javascripts/pages/projects/home_panel/index.js and remove the parseBoolean for the canEdit key (currently line 82)
  2. Run tests again
  • Tests should fail

Related to !148659 (merged)

Closes #454541

Edited by Sascha Eggenberger

Merge request reports