Bugzilla – Attachment 190143 Details for
Bug 41368
Tools/ManageMarcImport_spec.ts is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41368: Fix View batch click
Bug-41368-Fix-View-batch-click.patch (text/plain), 1.59 KB, created by
David Nind
on 2025-12-04 00:56:09 UTC
(
hide
)
Description:
Bug 41368: Fix View batch click
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-12-04 00:56:09 UTC
Size:
1.59 KB
patch
obsolete
>From f91e19620fdb44b651350b71ba2533ade75bccb6 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 3 Dec 2025 20:37:57 +0000 >Subject: [PATCH] Bug 41368: Fix View batch click > >To test: >1. APPLY PATCH >2. yarn build >3. cypress run --spec t/cypress/integration/Tools/ManageMarcImport_spec.ts >4. It should now pass > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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 13f27698fd..dd1b76bbbe 100644 >--- a/t/cypress/integration/Tools/ManageMarcImport_spec.ts >+++ b/t/cypress/integration/Tools/ManageMarcImport_spec.ts >@@ -54,10 +54,10 @@ describe("loads the manage MARC import page", () => { > cy.get('select[name="format"]').should("have.value", "MARCXML"); > > //select some new options >- cy.get("#matcher").select("3", { force: true }); > cy.get("#matcher") > .select("3", { force: true }) > .should("have.value", "3"); >+ > cy.get("#overlay_action") > .select("create_new", { force: true }) > .should("have.value", "create_new"); >@@ -72,7 +72,7 @@ describe("loads the manage MARC import page", () => { > > cy.get("#job_callback").should("exist"); > >- cy.contains("View batch").click(); >+ cy.get("#job_callback").contains("View batch").click(); > > // Now verify all values are retained > cy.get("#new_matcher_id").should("have.value", "3"); >-- >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 41368
:
190126
|
190131
| 190143