Bugzilla – Attachment 171397 Details for
Bug 37576
Add additional fields support to ERM agreements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37576: (follow-up) fix missed cypress change
Bug-37576-follow-up-fix-missed-cypress-change.patch (text/plain), 1.11 KB, created by
Jake Deery
on 2024-09-12 13:58:25 UTC
(
hide
)
Description:
Bug 37576: (follow-up) fix missed cypress change
Filename:
MIME Type:
Creator:
Jake Deery
Created:
2024-09-12 13:58:25 UTC
Size:
1.11 KB
patch
obsolete
>From 40480b42fae8fd066a39ec3aff0c957fc00cbd9c Mon Sep 17 00:00:00 2001 >From: Jake Deery <jake.deery@ptfs-europe.com> >Date: Thu, 12 Sep 2024 13:08:41 +0000 >Subject: [PATCH] Bug 37576: (follow-up) fix missed cypress change > >This patch fixes a single line in our cypress tests which didn't cause >the test to fail, but nonetheless should be addressed. >--- > t/cypress/integration/AdditionalFields_spec.ts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/cypress/integration/AdditionalFields_spec.ts b/t/cypress/integration/AdditionalFields_spec.ts >index 3e95e59d9f..e3232742ad 100644 >--- a/t/cypress/integration/AdditionalFields_spec.ts >+++ b/t/cypress/integration/AdditionalFields_spec.ts >@@ -985,7 +985,7 @@ describe("Additional Fields operations", () => { > > it("Additional Fields entry - Add (agreements)", () => { > let vendors = cy.get_vendors_to_relate(); >- let agreement_additional_fields = get_licenses_additional_fields(); >+ let agreement_additional_fields = get_agreements_additional_fields(); > let av_cats = get_av_cats(); > > //Intercept vendors request >-- >2.43.0
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 37576
:
171181
|
171268
|
171379
|
171397
|
173774
|
173775
|
173776
|
174530
|
174531
|
174532