Skip to content

Commit

Permalink
chore: revert sneaky change hanging around from another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-williams committed Feb 19, 2025
1 parent 1dc18cd commit e9f6abe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ describe("the OperationInformationPage component", () => {
expect(screen.getByText(/Primary NAICS Code/i)).toBeVisible();
expect(screen.getByText(/Secondary NAICS Code/i)).toBeVisible();
expect(screen.getByText(/Tertiary NAICS Code/i)).toBeVisible();
expect(screen.getByText(/Reporting Activities/i)).toBeVisible();
expect(screen.getByText(/Process Flow Diagram/i)).toBeVisible();
expect(screen.getByText(/Boundary Map/i)).toBeVisible();

Expand Down

0 comments on commit e9f6abe

Please sign in to comment.