Skip to content

Commit

Permalink
Comment precondition, better as fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Sep 5, 2024
1 parent f0fdbb9 commit 099eaed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const {sharedUrl} = require("../../../utils/sharedUrl");
const {emptyCart, addProductToCart} = require("../../../utils/wooUtils");
const {blockCheckoutTransaction} = require("../../../test-data/block-checkout-transaction");

test.describe('Preconditions', async () => {
/*test.describe('Preconditions', async () => {
test('Reset settings', async ({page, baseURL}) => {
await resetSettings(page);
await insertAPIKeys(page);
});
});
});*/

blockCheckoutTransaction.forEach(({methodId, testId, mollieStatus, wooStatus, notice, action}) => {
test.describe(`_Transaction scenarios_Payment statuses - Block Checkout - ${methodId}`, () => {
Expand Down

0 comments on commit 099eaed

Please sign in to comment.