Skip to content

Commit 2e56bcd

Browse files
committed
Tests fix
1 parent 881800a commit 2e56bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cypress/e2e/IndexPage.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ locales
2424
);
2525
cy.get(
2626
"#extra_links_modal .extra_links_modal__search-results .q-item",
27-
).should("have.length", 2);
27+
).should("have.length", 3);
2828

2929
cy.get('#extra_links_modal input[name="search"]').type("git-not-found");
3030
cy.get("#extra_links_modal .extra_links_modal__search-results").should(

0 commit comments

Comments
 (0)