Bugzilla – Attachment 171780 Details for
Bug 37812
Adjust Vue modals for Bootstrap 5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37812: (QA follow-up) Prevent cypress test failure by adjusting selector in DataProviders_spec.ts
Bug-37812-QA-follow-up-Prevent-cypress-test-failur.patch (text/plain), 1.00 KB, created by
Paul Derscheid
on 2024-09-19 15:19:54 UTC
(
hide
)
Description:
Bug 37812: (QA follow-up) Prevent cypress test failure by adjusting selector in DataProviders_spec.ts
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-09-19 15:19:54 UTC
Size:
1.00 KB
patch
obsolete
>From fdda027a76b78e02250e308d16f84e1bc0d197ff Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Thu, 19 Sep 2024 14:30:07 +0000 >Subject: [PATCH] Bug 37812: (QA follow-up) Prevent cypress test failure by > adjusting selector in DataProviders_spec.ts > >--- > t/cypress/integration/ERM/DataProviders_spec.ts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/cypress/integration/ERM/DataProviders_spec.ts b/t/cypress/integration/ERM/DataProviders_spec.ts >index d0c2078ac2..97271fa979 100644 >--- a/t/cypress/integration/ERM/DataProviders_spec.ts >+++ b/t/cypress/integration/ERM/DataProviders_spec.ts >@@ -714,7 +714,7 @@ describe("Data providers action buttons", () => { > cy.get("#usage_data_providers_list table tbody tr:first") > .contains("Run now") > .click(); >- cy.get(".modal_centered p").contains(dataProvider.name); >+ cy.get(".modal.confirmation p").contains(dataProvider.name); > > cy.intercept( > "POST", >-- >2.46.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 37812
:
170956
|
171252
|
171253
|
171604
|
171605
|
171625
|
171641
|
171651
|
171690
|
171691
|
171692
|
171693
|
171694
|
171695
|
171696
|
171697
|
171702
|
171703
|
171704
|
171705
|
171706
|
171707
|
171708
|
171758
| 171780 |
171781
|
171786