Skip to content

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

  1. Click the "Add bank account" button. Expected: the new bank account form opens.
  2. Enter the bank account name, choose a currency, type the account number, the IBAN and the SWIFT code.
  3. Click "Save". Expected: a "Created" confirmation toast appears.
  4. Inspect the newly created account row. Expected: it displays the chosen currency, account number, IBAN and SWIFT exactly as entered.
  5. Look at the accounts list. Expected: the list contains exactly 1 bank account.
  • Spec: playwright/tests/integration/bank.spec.ts (line 43)
  • Spec: playwright/tests/integration/bank.spec.ts (line 43)