From 27f6fb30e7c53b087787a48ce340ce3f2d7a29aa Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 10 Apr 2026 14:42:40 +0200 Subject: [PATCH] Update SearchResultListItemBlueprint snapshot The inline snapshot was stale after the PortableSchema internal representation changed to use lazy schema and _fields structure. Signed-off-by: Patrik Oldsberg Made-with: Cursor --- .../SearchResultListItemBlueprint.test.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/plugins/search-react/src/alpha/blueprints/SearchResultListItemBlueprint.test.tsx b/plugins/search-react/src/alpha/blueprints/SearchResultListItemBlueprint.test.tsx index 3ef5e2d0e9..847a1df635 100644 --- a/plugins/search-react/src/alpha/blueprints/SearchResultListItemBlueprint.test.tsx +++ b/plugins/search-react/src/alpha/blueprints/SearchResultListItemBlueprint.test.tsx @@ -45,18 +45,15 @@ describe('SearchResultListItemBlueprint', () => { "input": "items", }, "configSchema": { - "parse": [Function], - "schema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "noTrack": { - "default": false, - "type": "boolean", - }, + "_fields": { + "noTrack": { + "required": false, + "toJsonSchema": [Function], + "validate": [Function], }, - "type": "object", }, + "parse": [Function], + "schema": [Function], }, "disabled": false, "factory": [Function],