Skip to content

Commit

Permalink
chore: [#185975594] fix flaky test in contacts step
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazA22 committed Sep 8, 2023
1 parent 78c014b commit db5394a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe("Formation - ContactsStep", () => {
expect(screen.getByText("160 Something Ave", { exact: false })).toBeInTheDocument();
expect(screen.getByText("Apt 1", { exact: false })).toBeInTheDocument();
expect(screen.getByText("Miami", { exact: false })).toBeInTheDocument();
expect(screen.getByText("Florida", { exact: false })).toBeInTheDocument();
expect(screen.getByTestId("incorporators-0")).toHaveTextContent("Florida");
expect(screen.getByText("32003", { exact: false })).toBeInTheDocument();
expect(page.getSignerBox(0, "incorporators")).toEqual(true);
});
Expand Down

0 comments on commit db5394a

Please sign in to comment.