We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881800a commit 2e56bcdCopy full SHA for 2e56bcd
test/cypress/e2e/IndexPage.cy.js
@@ -24,7 +24,7 @@ locales
24
);
25
cy.get(
26
"#extra_links_modal .extra_links_modal__search-results .q-item",
27
- ).should("have.length", 2);
+ ).should("have.length", 3);
28
29
cy.get('#extra_links_modal input[name="search"]').type("git-not-found");
30
cy.get("#extra_links_modal .extra_links_modal__search-results").should(
0 commit comments