It rejected all URLs, because the protocol always ends with a colon.
Details
Details
Diff Detail
Diff Detail
- Repository
- rDWAPPS Web applications
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 31636 Build 49483: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 49482: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D8514 (id=30657)
Rebasing onto d6031c131b...
Current branch diff-target is up to date.
Changes applied before test
commit 376df84e037915c0596a54671c8dd62fcdb6eaa6 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Sep 20 22:06:11 2022 +0200 Fix validateForgeUrl It rejected all URLs, because the protocol always ends with a colon.
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/2070/ for more details.
Comment Actions
So we use cy.submit() to submit the form in cypress tests but it seems to bypass HTML checks, using cy.click() on the submit button
seems the right way to proceed. I will update our cypress tests with that pattern then.