043 — should create new full filled bank account¶
Description¶
Verifies that a user can create a new bank account filling in every available field (name, currency, account number, IBAN and SWIFT) and that all values are persisted and displayed correctly in the bank accounts list.
Preconditions¶
- A fresh test user is registered, onboarded and signed into a newly created organization.
- The user is on the organization's Bank account settings page.
- No bank accounts exist yet for this organization.
Steps¶
- Click the "Add bank account" button. Expected: the new bank account form opens.
- Enter the bank account name, choose a currency, type the account number, the IBAN and the SWIFT code.
- Click "Save". Expected: a "Created" confirmation toast appears.
- Inspect the newly created account row. Expected: it displays the chosen currency, account number, IBAN and SWIFT exactly as entered.
- Look at the accounts list. Expected: the list contains exactly 1 bank account.
Related¶
- Spec:
playwright/tests/integration/bank.spec.ts(line 43)
Related¶
- Spec:
playwright/tests/integration/bank.spec.ts(line 43)