Skip to content

361 — should fill data on right page and assert

Description

Verifies that core organization profile fields (currency, VAT ID, Business ID, website, phone country and number) are saved correctly on the Organization Info page and persist after a page reload.

Preconditions

  • Signed in as an admin of a fresh organization.
  • Settings → Organization Info page is open.

Steps

  1. Pick a random currency from the supported list and select it in the Currency dropdown.
  2. Fill the VAT ID field with the generated orgData.vatId value.
  3. Fill the Business ID field with the generated orgData.businessId value.
  4. Fill the Website field with the generated orgData.website URL.
  5. Open the phone country selector, search for "Cze" and pick "Czechia" as the dial-code flag, then enter the phone number 777555666.
  6. Click Save. Expected: the "Organization updated" success toast appears.
  7. Reload the page. Expected: the VAT ID, Business ID, Website, Currency, phone country flag (Czechia), and phone number (formatted as a Czech number) all show the saved values.
  • Spec: playwright/tests/integration/organization.info.spec.ts (line 49)