Skip to content

Commit

Permalink
feat: fix cypress failure (#99165)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoch-intershop committed Oct 29, 2024
1 parent 33dab65 commit c67c26c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]));
Expand Down

0 comments on commit c67c26c

Please sign in to comment.