Bugzilla – Attachment 182587 Details for
Bug 38207
Add vendor payment methods
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38207: Update cypress tests
Bug-38207-Update-cypress-tests.patch (text/plain), 1.37 KB, created by
Matt Blenkinsop
on 2025-05-19 11:01:09 UTC
(
hide
)
Description:
Bug 38207: Update cypress tests
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-05-19 11:01:09 UTC
Size:
1.37 KB
patch
obsolete
>From 20cd21405cb1ce380717ef06b0bec4c7e9c8029e Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 18 Oct 2024 14:50:10 +0000 >Subject: [PATCH] Bug 38207: Update cypress tests > >(cherry picked from commit 61bcde708a970d1bca07e4a803ae5dfe78c16c89) >--- > t/cypress/integration/Acquisitions/Vendors_spec.ts | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/t/cypress/integration/Acquisitions/Vendors_spec.ts b/t/cypress/integration/Acquisitions/Vendors_spec.ts >index 7935d40d4f6..141e2e59b05 100644 >--- a/t/cypress/integration/Acquisitions/Vendors_spec.ts >+++ b/t/cypress/integration/Acquisitions/Vendors_spec.ts >@@ -49,6 +49,7 @@ const getVendor = () => { > list_includes_gst: false, > name: "My Vendor", > notes: "Sample vendor", >+ payment_method: "card", > phone: "555-555-5555", > postal: "567 Main St. PO Box 25 Springfield, MA 44224", > subscriptions: [], >@@ -133,6 +134,12 @@ describe("Vendor CRUD operations", () => { > force: true, > } > ); >+ cy.get("#payment_method .vs__search").type( >+ vendor.payment_method + "{enter}", >+ { >+ force: true, >+ } >+ ); > cy.get("#gst_yes").check(); > cy.get("#tax_rate .vs__search").type( > `${(vendor.tax_rate * 100).toFixed(2)}` + "{enter}", >-- >2.48.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 38207
:
175140
|
175141
|
175142
|
175143
|
182584
|
182585
|
182586
| 182587