Bugzilla – Attachment 189326 Details for
Bug 41001
Dismissing the "Run now" modal breaks functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41001: Add cypress test
Bug-41001-Add-cypress-test.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2025-11-07 14:09:47 UTC
(
hide
)
Description:
Bug 41001: Add cypress test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-07 14:09:47 UTC
Size:
1.02 KB
patch
obsolete
>From 5c0ad92992f6039d19a56dbc87e9769bc763cd91 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 13 Oct 2025 13:31:23 +0000 >Subject: [PATCH] Bug 41001: Add cypress test > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/cypress/integration/ERM/DataProviders_spec.ts | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/t/cypress/integration/ERM/DataProviders_spec.ts b/t/cypress/integration/ERM/DataProviders_spec.ts >index 528b6e61d0d..e59cfac5556 100644 >--- a/t/cypress/integration/ERM/DataProviders_spec.ts >+++ b/t/cypress/integration/ERM/DataProviders_spec.ts >@@ -721,6 +721,11 @@ describe("Data providers action buttons", () => { > .contains("Run now") > .click(); > cy.get(".modal.confirmation p").contains(dataProvider.name); >+ cy.get("body").click(0, 0); >+ >+ cy.get("#usage_data_providers_list table tbody tr:first") >+ .contains("Run now") >+ .click(); > > cy.intercept( > "POST", >-- >2.34.1
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 41001
:
187814
|
187830
|
187839
|
188317
|
189325
| 189326 |
189327