+
{/* Left */}
{title}
@@ -258,13 +259,15 @@ export const Editors = observer(
const { editorMosaic } = this.props.appState;
return (
-
- className={`focused__${this.state.focused}`}
- onChange={this.onChange}
- value={editorMosaic.mosaic}
- zeroStateView={renderNonIdealState(editorMosaic)}
- renderTile={this.renderTile}
- />
+
+
+ className={`focused__${this.state.focused}`}
+ onChange={this.onChange}
+ value={editorMosaic.mosaic}
+ zeroStateView={renderNonIdealState(editorMosaic)}
+ renderTile={this.renderTile}
+ />
+
);
}
diff --git a/src/renderer/components/tour-welcome.tsx b/src/renderer/components/tour-welcome.tsx
index 22b79bdf85..f36a7e7cf5 100644
--- a/src/renderer/components/tour-welcome.tsx
+++ b/src/renderer/components/tour-welcome.tsx
@@ -3,6 +3,7 @@ import * as React from 'react';
import { Button, Classes, Dialog } from '@blueprintjs/core';
import { observer } from 'mobx-react';
+import { TestIdContainer } from './TestIdContainer';
import { Tour, TourScriptStep, TourStepGetButtonParams } from './tour';
import { AppState } from '../state';
@@ -238,10 +239,7 @@ export const WelcomeTour = observer(
if (!isTourStarted) {
return (
-
+
);
} else {
diff --git a/tests/renderer/components/__snapshots__/editors-spec.tsx.snap b/tests/renderer/components/__snapshots__/editors-spec.tsx.snap
deleted file mode 100644
index b4cb240441..0000000000
--- a/tests/renderer/components/__snapshots__/editors-spec.tsx.snap
+++ /dev/null
@@ -1,956 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Editors component renders 1`] = `
-
-
-
-
-
-
-
-
- Main Process (main.js)
-
-
-
-
-
-
-
-
-
-
- Editor
-
-
-
-
-
-
- Main Process (main.js)
-
-
-
-
- Main Process (main.js)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Renderer Process (renderer.js)
-
-
-
-
-
-
-
-
-
-
- Editor
-
-
-
-
-
-
- Renderer Process (renderer.js)
-
-
-
-
- Renderer Process (renderer.js)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- HTML (index.html)
-
-
-
-
-
-
-
-
-
-
- Editor
-
-
-
-
-
-
- HTML (index.html)
-
-
-
-
- HTML (index.html)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Preload (preload.js)
-
-
-
-
-
-
-
-
-
-
- Editor
-
-
-
-
-
-
- Preload (preload.js)
-
-
-
-
- Preload (preload.js)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Stylesheet (styles.css)
-
-
-
-
-
-
-
-
-
-
- Editor
-
-
-
-
-
-
- Stylesheet (styles.css)
-
-
-
-
- Stylesheet (styles.css)
-
-
-
-
-
-
-
-
-
-
-
-
-`;
-
-exports[`Editors component renders a toolbar 1`] = `
-
-
-
- main.js
-
-
-
-
-
-
-
-
-`;