Skip to content
Snippets Groups Projects
Commit 716df4a9 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

cypress: Fix flaky test

parent 2e4a9bf6
No related branches found
Tags v0.0.395
No related merge requests found
......@@ -215,7 +215,7 @@ describe('Test origin-search', function() {
.as('searchOrigin');
cy.get('#swh-origins-url-patterns')
.type(origin.url.slice(0, -1));
.type(origin.url.slice(0, -1), {delay: 0, force: true});
cy.get('.swh-search-icon')
.click();
......@@ -493,7 +493,7 @@ describe('Test origin-search', function() {
.as('searchOrigin');
cy.get('#swh-origins-url-patterns')
.type(swhid);
.type(swhid, {delay: 0, force: true});
cy.get('.swh-search-icon')
.click();
......
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