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