Bugzilla – Attachment #191396: Bug 38262: (follow-up) Add extended_attributes and _strings when inserting test data for
bug #38262
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 38262
Collapse All
|
Expand All
(-)
a/t/cypress/plugins/insertData.js (-1 / +2 lines)
Lines 788-793 const insertObject = async ({ type, object, baseUrl, authHeader }) => {
Link Here
788
invoices,
788
invoices,
789
list_currency,
789
list_currency,
790
invoice_currency,
790
invoice_currency,
791
extended_attributes,
792
_strings,
791
...vendor
793
...vendor
792
} = object;
794
} = object;
793
795
794
-
Return to
bug 38262