From 4ea7efd87e06eba9a651b9b1c87366cefb805215 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 13 Jan 2026 20:48:08 +0000 Subject: [PATCH] Bug 38262: (follow-up) Add extended_attributes and _strings when inserting test data --- t/cypress/plugins/insertData.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/cypress/plugins/insertData.js b/t/cypress/plugins/insertData.js index 289893f5cd2..676be480412 100644 --- a/t/cypress/plugins/insertData.js +++ b/t/cypress/plugins/insertData.js @@ -788,6 +788,8 @@ const insertObject = async ({ type, object, baseUrl, authHeader }) => { invoices, list_currency, invoice_currency, + extended_attributes, + _strings, ...vendor } = object; -- 2.39.5