Skip to content

Commit

Permalink
UHF-10345: Uncommentend previously failing tests. (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima authored Dec 5, 2024
1 parent 9d26396 commit b508ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/utils/data/application/application_data_48.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ const sendApplication: FormDataWithRemoveOptionalProps = {
const registeredCommunityApplications_48 = {
draft: baseForm_48,
copy: createFormData(baseForm_48, copyForm),
// swap_fields: createFormData(baseForm_48, fieldSwapForm),
swap_fields: createFormData(baseForm_48, fieldSwapForm),
missing_values: createFormData(baseForm_48, missingValues),
wrong_email: createFormData(baseForm_48, wrongEmail),
wrong_email_2: createFormData(baseForm_48, wrongEmail2),
Expand Down
2 changes: 1 addition & 1 deletion e2e/utils/data/application/application_data_52.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ const registeredCommunityApplications_52 = {
draft: baseFormRegisteredCommunity_52,
missing_values: createFormData(baseFormRegisteredCommunity_52, missingValues),
wrong_values: createFormData(baseFormRegisteredCommunity_52, wrongValues),
// swap_fields: createFormData(baseFormRegisteredCommunity_52, fieldSwapForm),
swap_fields: createFormData(baseFormRegisteredCommunity_52, fieldSwapForm),
success: createFormData(baseFormRegisteredCommunity_52, sendApplication),
}

Expand Down

0 comments on commit b508ee3

Please sign in to comment.