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¶
- Pick a random currency from the supported list and select it in the Currency dropdown.
- Fill the VAT ID field with the generated
orgData.vatIdvalue. - Fill the Business ID field with the generated
orgData.businessIdvalue. - Fill the Website field with the generated
orgData.websiteURL. - Open the phone country selector, search for "Cze" and pick "Czechia" as the dial-code flag, then enter the phone number
777555666. - Click Save. Expected: the "Organization updated" success toast appears.
- 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.
Related¶
- Spec:
playwright/tests/integration/organization.info.spec.ts(line 49)