Skip to content

Commit

Permalink
NTR: fix Cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Aug 18, 2021
1 parent b3266ea commit 7c5373d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class ConfigSetupAction {
this._setConfigurationValue('Shopware Bestellung vor Zahlung anlegen', valueCreateOrderBeforePayment);

const valueUsePaymentsAPI = (this.pluginConfig.isPaymentsApiEnabled()) ? "Payments API (Transaktionen)" : "Orders API (Transaktionen + Bestellungen)";
this._setConfigurationValue('Zahlungs Methode', valueUsePaymentsAPI);
this._setConfigurationValue('API Methode', valueUsePaymentsAPI);

cy.get(".save-button").click({force: true});
cy.log('Plugin successfully configured');
Expand Down

0 comments on commit 7c5373d

Please sign in to comment.