diff --git a/apps/web/src/app/billing/payment/components/enter-billing-address.component.ts b/apps/web/src/app/billing/payment/components/enter-billing-address.component.ts
index 0419828d8ba..ab59e965b4e 100644
--- a/apps/web/src/app/billing/payment/components/enter-billing-address.component.ts
+++ b/apps/web/src/app/billing/payment/components/enter-billing-address.component.ts
@@ -38,7 +38,7 @@ type Scenario =
{{ "country" | i18n }}
-
+
@for (selectableCountry of selectableCountries; track selectableCountry.value) {
@@ -68,6 +69,7 @@ type Scenario =
type="text"
[formControl]="group.controls.line1"
autocomplete="address-line1"
+ data-testid="address-line1"
/>
@@ -79,6 +81,7 @@ type Scenario =
type="text"
[formControl]="group.controls.line2"
autocomplete="address-line2"
+ data-testid="address-line2"
/>
@@ -90,6 +93,7 @@ type Scenario =
type="text"
[formControl]="group.controls.city"
autocomplete="address-level2"
+ data-testid="city"
/>
@@ -101,6 +105,7 @@ type Scenario =
type="text"
[formControl]="group.controls.state"
autocomplete="address-level1"
+ data-testid="state"
/>
@@ -108,7 +113,12 @@ type Scenario =
{{ "taxIdNumber" | i18n }}
-
+
}
diff --git a/apps/web/src/app/billing/shared/tax-info.component.html b/apps/web/src/app/billing/shared/tax-info.component.html
index 4a42c0c1109..ca2ae046f6e 100644
--- a/apps/web/src/app/billing/shared/tax-info.component.html
+++ b/apps/web/src/app/billing/shared/tax-info.component.html
@@ -3,7 +3,7 @@
{{ "country" | i18n }}
-
+
{{ "zipPostalCode" | i18n }}
-
+
{{ "address1" | i18n }}
-
+
{{ "address2" | i18n }}
-
+
{{ "cityTown" | i18n }}
-
+
{{ "stateProvince" | i18n }}
-
+
{{ "taxIdNumber" | i18n }}
-
+
diff --git a/libs/angular/src/billing/components/manage-tax-information/manage-tax-information.component.html b/libs/angular/src/billing/components/manage-tax-information/manage-tax-information.component.html
index 3f635656fb7..391765251b0 100644
--- a/libs/angular/src/billing/components/manage-tax-information/manage-tax-information.component.html
+++ b/libs/angular/src/billing/components/manage-tax-information/manage-tax-information.component.html
@@ -3,7 +3,7 @@
{{ "country" | i18n }}
-
+
{{ "zipPostalCode" | i18n }}
-
+
{{ "address1" | i18n }}
-
+
{{ "address2" | i18n }}
-
+
{{ "cityTown" | i18n }}
-
+
{{ "stateProvince" | i18n }}
-
+
{{ "taxIdNumber" | i18n }}
-
+