Skip to content

Commit 6177765

Browse files
committed
submodule & navigation limit in test
1 parent 63a130b commit 6177765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/browser-tests/cypress/integration/console/search.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ describe("search panel", () => {
366366
"100 results in 1 tab"
367367
);
368368
cy.getByDataHook("search-result-buffer-group").click();
369-
for (let i = 0; i < 100; i++) {
369+
for (let i = 0; i < 25; i++) {
370370
cy.realPress("ArrowDown");
371371
cy.get('[data-hook="search-result-match"][data-active="true"]')
372372
.should("contain", `Trading day ${i}`)

0 commit comments

Comments
 (0)