Skip to content
Snippets Groups Projects
Verified Commit 6c71f8a2 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

cypress: Fix eslint warning

parent 64492b60
No related branches found
No related tags found
No related merge requests found
Pipeline #13759 passed
......@@ -63,7 +63,7 @@ describe('Browse requests list tests', function() {
cy.visit(this.addForgeNowUrl);
// Disable checking if the example GitLab has public repos
cy.get('#swh-input-forge-validate').invoke('val', 'off')
cy.get('#swh-input-forge-validate').invoke('val', 'off');
// create requests for the user 'user'
populateForm('gitlab', 'https://gitlab.example.org/', 'admin', 'admin@example.org', 'on', '');
......
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