diff --git a/cypress/e2e/finance/funds/funds.deleteBudgetWithTransfer.cy.js b/cypress/e2e/finance/funds/funds.deleteBudgetWithTransfer.cy.js index 0f6ae20a94..3a315f231a 100644 --- a/cypress/e2e/finance/funds/funds.deleteBudgetWithTransfer.cy.js +++ b/cypress/e2e/finance/funds/funds.deleteBudgetWithTransfer.cy.js @@ -19,7 +19,7 @@ describe('ui-finance: Funds', () => { const budgetCanNotBeDeletedMessage = 'Budget can not be deleted, because it has transactions'; Funds.createFundViaUI(fundFrom); // create second fund - fundTo.name = 'to_' + fundTo.name; + // fundTo.name = 'to_' + fundTo.name; fundTo.code = 'to_' + fundTo.code; fundTo.externalAccount = 'to_' + fundTo.externalAccount; Funds.createFundViaUI(fundTo);