Bugzilla – Attachment 187839 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), 976 bytes, created by
Pedro Amorim
on 2025-10-13 13:31:36 UTC
(
hide
)
Description:
Bug 41001: Add cypress test
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-10-13 13:31:36 UTC
Size:
976 bytes
patch
obsolete
>From 35107dee14b7e803d47b878edddbe8be2e4d3ff8 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 > >--- > 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.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 41001
:
187814
|
187830
| 187839