diff --git a/cypress/support/index.js b/cypress/support/index.js index 5c41d0269c..3219f7e192 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -14,11 +14,9 @@ // *********************************************************** // Import commands.js using ES2015 syntax: -import './commands' +import './commands'; -import '@foreachbe/cypress-tinymce' - -require('cypress-failed-log') +require('cypress-failed-log'); beforeEach(function() { cy.abortEarly(this); diff --git a/package-lock.json b/package-lock.json index b8d323343b..b48ea85cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,6 @@ "vuedraggable": "^2.24.3" }, "devDependencies": { - "@foreachbe/cypress-tinymce": "^1.0.0", "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-eslint": "^4.5.15", "@vue/cli-service": "^4.5.15", @@ -1849,12 +1848,6 @@ "ms": "^2.1.1" } }, - "node_modules/@foreachbe/cypress-tinymce": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@foreachbe/cypress-tinymce/-/cypress-tinymce-1.0.0.tgz", - "integrity": "sha512-/uiJBAPtSp1gYdSd6SAOZ91EGk23458eL93R5tQFwsgmARy3KSHFzQQuJwCH1RFwLWZ/M2wc9a9knRA7httlKA==", - "dev": true - }, "node_modules/@hapi/address": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", @@ -19263,12 +19256,6 @@ } } }, - "@foreachbe/cypress-tinymce": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@foreachbe/cypress-tinymce/-/cypress-tinymce-1.0.0.tgz", - "integrity": "sha512-/uiJBAPtSp1gYdSd6SAOZ91EGk23458eL93R5tQFwsgmARy3KSHFzQQuJwCH1RFwLWZ/M2wc9a9knRA7httlKA==", - "dev": true - }, "@hapi/address": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", diff --git a/package.json b/package.json index 5ba516e629..ec183a3bab 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "vuedraggable": "^2.24.3" }, "devDependencies": { - "@foreachbe/cypress-tinymce": "^1.0.0", "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-eslint": "^4.5.15", "@vue/cli-service": "^4.5.15",