diff --git a/cypress/support/index.js b/cypress/support/index.js index 5c41d0269ce..3219f7e1925 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 5e19038e31b..0e918313da4 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", @@ -1861,12 +1860,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", @@ -19590,12 +19583,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 16e17269fcf..7e71b339d68 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",