Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Šimon Macek committed Dec 14, 2024
1 parent b630c92 commit 60a6732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ Cypress.Commands.add(
i18n,
);
const urlApiThisCampaignLocalized = `${apiBaseUrl}${urlApiThisCampaign}`;

cy.fixture('apiGetThisCampaign').then((thisCampaignResponse) => {
cy.intercept('GET', urlApiThisCampaignLocalized, {
statusCode: responseStatusCode
Expand Down Expand Up @@ -1123,7 +1124,7 @@ Cypress.Commands.add(
body: subsidiaryResponse,
}).as('postSubsidiary');
});
}
},
);

/**
Expand Down

0 comments on commit 60a6732

Please sign in to comment.