Skip to content
Snippets Groups Projects
Commit 2d348c5e authored by Renaud Boyer's avatar Renaud Boyer
Browse files

Fix link to the AddForgeNow requests list

parent df59a927
No related branches found
No related tags found
1 merge request!1370Fix link to the AddForgeNow requests list
Pipeline #12578 passed
......@@ -293,8 +293,8 @@ describe('Test add-forge-request creation', function() {
populateForm('bitbucket', 'https://gitlab.example.com/', 'test', 'test@example.com', 'on', 'test comment');
submitForm();
cy.visit(this.addForgeNowUrl);
cy.get('#swh-add-forge-requests-list-tab').click();
// click the link to the list in the form footer
cy.get('#swh-show-forge-add-requests-list').click();
cy.wait('@addForgeRequestsList');
......
......@@ -114,8 +114,9 @@ See top-level LICENSE file for more information
</div>
</form>
<p>
Once an add-forge-request is submitted, its status can be viewed in
the <a id="swh-show-forge-add-requests-list" href="#browse-requests">submitted requests list</a>.
Once an add-forge-request is submitted, its status can be viewed in the
<a id="swh-show-forge-add-requests-list"
href="{% url 'forge-add-list' %}">submitted requests list</a>.
This process involves a moderator approval and might take a few days to handle (it primarily
depends on the response time from the forge).
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment