diff --git a/projects/magento/tests/backoffice/BackofficeAndWebhooks.spec.js b/projects/magento/tests/backoffice/BackofficeAndWebhooks.spec.js index 06f1aa7..93cf6c0 100644 --- a/projects/magento/tests/backoffice/BackofficeAndWebhooks.spec.js +++ b/projects/magento/tests/backoffice/BackofficeAndWebhooks.spec.js @@ -2,12 +2,6 @@ Magento doesn't allow multiple administrator sessions, we are running them through this file to allow consequent runs */ -// Backoffice Tests -import "./MOTO.js"; -import "./RequiredSettingsAutoConfig.js" -import "./RequiredSettingsManualConfig.js" -import "./PayByLink.js" - /* Webhook Tests are also run through this file since they also require usage of Admin Panel */ @@ -15,3 +9,9 @@ import "../webhook/Authorisation.js"; import "../webhook/Capture.js"; import "../webhook/Refund.js"; +// Backoffice Tests +import "./MOTO.js"; +import "./RequiredSettingsAutoConfig.js" +import "./RequiredSettingsManualConfig.js" +import "./PayByLink.js" +