diff --git a/src/pageEditor/modListingPanel/ModListingPanel.tsx b/src/pageEditor/modListingPanel/ModListingPanel.tsx index c94171c764..7a5e7a0df9 100644 --- a/src/pageEditor/modListingPanel/ModListingPanel.tsx +++ b/src/pageEditor/modListingPanel/ModListingPanel.tsx @@ -67,7 +67,10 @@ const ModListingPanel: React.VFC = () => { }; return ( -
+
{/* Expanded sidebar: Actions list (+ always visible Home button) */}
diff --git a/src/pageEditor/panes/EditorPane.tsx b/src/pageEditor/panes/EditorPane.tsx index e9485e02a3..35f2fd6af3 100644 --- a/src/pageEditor/panes/EditorPane.tsx +++ b/src/pageEditor/panes/EditorPane.tsx @@ -101,6 +101,7 @@ const EditorPane: React.VFC = () => { validateOnMount={false} validateOnChange={false} validateOnBlur={false} + data-testid="editorPane" > {({ values }) => } diff --git a/src/pageEditor/panes/ModEditorPane.tsx b/src/pageEditor/panes/ModEditorPane.tsx index d42e64c6c4..c325ba6b12 100644 --- a/src/pageEditor/panes/ModEditorPane.tsx +++ b/src/pageEditor/panes/ModEditorPane.tsx @@ -83,7 +83,7 @@ const ModEditorPane: React.VFC = () => { } return ( -
+
); diff --git a/src/pageEditor/panes/__snapshots__/EditorPane.test.tsx.snap b/src/pageEditor/panes/__snapshots__/EditorPane.test.tsx.snap index 92baea7069..133e565b24 100644 --- a/src/pageEditor/panes/__snapshots__/EditorPane.test.tsx.snap +++ b/src/pageEditor/panes/__snapshots__/EditorPane.test.tsx.snap @@ -90,6 +90,7 @@ exports[`renders a mod component with sub pipeline 1`] = ` >