Run CI/CD pipelines for external repositories - form should be hidden by default
Summary
When creating project via "run ci/cd pipelines for external repositories" form should be hidden by default exactly in a way it is hidden when we create project via "import project"
Steps to reproduce
- Open
New project - Select
run ci/cd pipelines - Observe form being seen without clicking "Repo by URL" button
- Observe "Repo by URL" button not toggling form
Implementation plan
We should be able to fix this without any changes in our JS code - we have toggle behavior implemented in app/assets/javascripts/behaviors/toggler_behavior.js. Basically I think we're missing hide class on form itself to make it hidden by default and js-toggle-container class on page (similar to page "import project"
Edited by Illya Klymov