From 9424e1394663a4e80d8c6097ccee5841cc134f6e Mon Sep 17 00:00:00 2001 From: Todd Schiller Date: Sat, 6 Jul 2024 15:45:12 -0400 Subject: [PATCH] #8759: fix snapshots and panel names --- .../__snapshots__/EditorPane.test.tsx.snap | 17 +- src/pageEditor/tabs/editTab/EditTab.tsx | 4 +- .../tabs/editTab/dataPanel/DataPanel.tsx | 10 +- ...est.tsx => StarterBrickDataPanel.test.tsx} | 4 +- ...ataPanel.tsx => StarterBrickDataPanel.tsx} | 28 +- .../__snapshots__/DataPanel.test.tsx.snap | 4 +- ...ap => StarterBrickDataPanel.test.tsx.snap} | 4 +- .../tabs/editTab/dataPanel/dataPanelTypes.ts | 6 +- ...onfigurationTab.tsx => BrickConfigTab.tsx} | 8 +- .../tabs/ModComponentFormStateTab.tsx | 6 +- .../dataPanel/tabs/ModVariablesTab.tsx | 3 + .../__snapshots__/PageStateTab.test.tsx.snap | 521 ------------------ src/tsconfig.strictNullChecks.json | 2 +- 13 files changed, 61 insertions(+), 556 deletions(-) rename src/pageEditor/tabs/editTab/dataPanel/{FoundationDataPanel.test.tsx => StarterBrickDataPanel.test.tsx} (92%) rename src/pageEditor/tabs/editTab/dataPanel/{FoundationDataPanel.tsx => StarterBrickDataPanel.tsx} (87%) rename src/pageEditor/tabs/editTab/dataPanel/__snapshots__/{FoundationDataPanel.test.tsx.snap => StarterBrickDataPanel.test.tsx.snap} (99%) rename src/pageEditor/tabs/editTab/dataPanel/tabs/{ConfigurationTab.tsx => BrickConfigTab.tsx} (85%) delete mode 100644 src/pageEditor/tabs/editTab/dataPanel/tabs/__snapshots__/PageStateTab.test.tsx.snap diff --git a/src/pageEditor/panes/__snapshots__/EditorPane.test.tsx.snap b/src/pageEditor/panes/__snapshots__/EditorPane.test.tsx.snap index 133e565b24..07679f5184 100644 --- a/src/pageEditor/panes/__snapshots__/EditorPane.test.tsx.snap +++ b/src/pageEditor/panes/__snapshots__/EditorPane.test.tsx.snap @@ -1242,11 +1242,11 @@ exports[`renders a mod component with sub pipeline 1`] = ` - Page State + Mod Variables @@ -2072,6 +2072,19 @@ exports[`renders the first selected node 1`] = ` Context +