diff --git a/e2e/cypress/e2e/pages/account/organization-settings-edit-company.page.ts b/e2e/cypress/e2e/pages/account/organization-settings-edit-company.page.ts index 2d5f5217d3..d0d147e1f1 100644 --- a/e2e/cypress/e2e/pages/account/organization-settings-edit-company.page.ts +++ b/e2e/cypress/e2e/pages/account/organization-settings-edit-company.page.ts @@ -5,7 +5,7 @@ export type OrganizationSettingsEditCompanyTypes = Partial< >; export class OrganizationSettingsEditCompanyPage { - readonly tag = 'ish-account-profile-company'; + readonly tag = 'ish-organization-settings-company'; fillForm(data: OrganizationSettingsEditCompanyTypes) { Object.keys(data).forEach(key => fillFormField(this.tag, key, data[key]));