Bugzilla – Attachment 189931 Details for
Bug 41177
Breadcrumbs should have aria-disabled attribute if its the current page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41177: Adjust Cypress tests
Bug-41177-Adjust-Cypress-tests.patch (text/plain), 1.29 KB, created by
Lucas Gass (lukeg)
on 2025-11-25 16:09:37 UTC
(
hide
)
Description:
Bug 41177: Adjust Cypress tests
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-11-25 16:09:37 UTC
Size:
1.29 KB
patch
obsolete
>From 32f785a398145d3064baae490111d2c0783d067a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 25 Nov 2025 16:08:53 +0000 >Subject: [PATCH] Bug 41177: Adjust Cypress tests > >--- > t/cypress/integration/Tools/ManageMarcImport_spec.ts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/cypress/integration/Tools/ManageMarcImport_spec.ts b/t/cypress/integration/Tools/ManageMarcImport_spec.ts >index e27f3cf9a1f..13f27698fdd 100644 >--- a/t/cypress/integration/Tools/ManageMarcImport_spec.ts >+++ b/t/cypress/integration/Tools/ManageMarcImport_spec.ts >@@ -8,7 +8,7 @@ describe("Breadcrumb tests", () => { > > it("Breadcrumbs", () => { > cy.visit("/cgi-bin/koha/cataloguing/cataloging-home.pl"); >- cy.contains("Manage staged records").click(); >+ cy.contains("Manage staged records").should("exist"); > cy.get("#breadcrumbs").contains("Cataloging"); > }); > }); >@@ -21,7 +21,7 @@ describe("loads the manage MARC import page", () => { > > it("loads the manage MARC import page", () => { > cy.visit("/cgi-bin/koha/tools/manage-marc-import.pl"); >- cy.contains("Manage staged MARC records").click(); >+ cy.contains("Manage staged MARC records").should("exist"); > }); > > it("upload a MARC record", () => { >-- >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 41177
:
189033
|
189188
|
189189
|
189261
|
189262
|
189651
|
189652
|
189653
|
189931
|
189932