Bugzilla – Attachment 189484 Details for
Bug 38475
InfiniteScrollSelect_spec.ts is failing randomly again
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38475: Skip some tests in InfiniteScrollSelect_spec
Bug-38475-Skip-some-tests-in-InfiniteScrollSelects.patch (text/plain), 1.39 KB, created by
David Nind
on 2025-11-11 10:16:22 UTC
(
hide
)
Description:
Bug 38475: Skip some tests in InfiniteScrollSelect_spec
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-11-11 10:16:22 UTC
Size:
1.39 KB
patch
obsolete
>From faff71a0feca4cefe458a9229427a9553ad12d48 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 30 Jul 2025 14:37:49 +0200 >Subject: [PATCH] Bug 38475: Skip some tests in InfiniteScrollSelect_spec > >They are failing randomly for too long. > >Signed-off-by: David Nind <david@davidnind.com> >--- > t/cypress/integration/InfiniteScrollSelect_spec.ts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/cypress/integration/InfiniteScrollSelect_spec.ts b/t/cypress/integration/InfiniteScrollSelect_spec.ts >index dfd6eef599..ef12571683 100644 >--- a/t/cypress/integration/InfiniteScrollSelect_spec.ts >+++ b/t/cypress/integration/InfiniteScrollSelect_spec.ts >@@ -106,7 +106,7 @@ describe("Infinite scroll", () => { > cy.get("@options").should("have.length", 60); > }); > >- it("Should correctly submit the form", () => { >+ it.skip("Should correctly submit the form", () => { > const pageOne = createLicenses(1); > const vendors = cy.get_vendors_to_relate(); > let agreement = cy.get_agreement(); >@@ -167,7 +167,7 @@ describe("Infinite scroll", () => { > ); > }); > >- it("Should correctly display labels", () => { >+ it.skip("Should correctly display labels", () => { > const pageOne = createLicenses(1); > const pageTwo = createLicenses(21); > const pageThree = createLicenses(41); >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38475
:
184884
|
189484
|
189654