diff --git a/package.json b/package.json
index d759661600..07a44e1294 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"build:packages": "npm run build:core && run-p build:standalone build:react && npm run build:polymer-editor",
"build:example": "npm run build -w example",
"build:demo": "npm run build:packages && npm run build -w demo",
- "test": "npm run test --workspace=packages/ketcher-core --workspace=packages/ketcher-react --workspace=packages/ketcher-standalone --workspace=packages/ketcher-standalone",
+ "test": "npm run test --workspace=packages/ketcher-core --workspace=packages/ketcher-react --workspace=packages/ketcher-standalone --workspace=packages/ketcher-polymer-editor-react",
"check:autotests": "cd ketcher-autotests && npm run check:code",
"serve:remote": "cd example && npm run serve:remote",
"serve:standalone": "cd example && npm run serve:standalone",
diff --git a/packages/ketcher-polymer-editor-react/src/Editor.test.tsx b/packages/ketcher-polymer-editor-react/src/Editor.test.tsx
deleted file mode 100644
index cb1d4255d6..0000000000
--- a/packages/ketcher-polymer-editor-react/src/Editor.test.tsx
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
- * Copyright 2021 EPAM Systems
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- ***************************************************************************/
-
-import { render, screen } from '@testing-library/react';
-import { Editor } from './Editor';
-
-describe('Editor', () => {
- it('should be rendered correctly', () => {
- expect(render(