Skip to content

Commit

Permalink
Change order of webhook and backoffice tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenk Kucukiravul committed Dec 19, 2023
1 parent 3acfc3d commit bc9817d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/magento/tests/backoffice/BackofficeAndWebhooks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
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 */

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"

0 comments on commit bc9817d

Please sign in to comment.