Skip to content

Commit

Permalink
fix: [#188496271] Fix flakey License Task Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-Mountain committed Oct 29, 2024
1 parent db93afe commit df1778f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/src/components/tasks/LicenseTask.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,13 @@ describe("<LicenseTask />", () => {
}),
}
),
formationData: generateFormationData({
formationFormData: generateFormationFormData({
addressLine1: "",
addressLine2: "",
addressZipCode: "",
}),
}),
});
renderTask();
fireEvent.click(screen.getByText(Config.licenseSearchTask.tab2Text));
Expand Down

0 comments on commit df1778f

Please sign in to comment.