Skip to content

Commit

Permalink
test: update vitests for opt-in form Table 1 -> Table 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Feb 3, 2025
1 parent 14cafa0 commit 7805579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ describe("the OperationInformationForm component", () => {

// Questions - 6
const meetsProducingGgerScheduleA1RegulatedProductView = screen.getByText(
/does this operation produce a regulated product listed in table 1 of schedule a\.1 of \?/i,
/does this operation produce a regulated product listed in table 2 of schedule a\.1 of \?/i,
);
within(meetsProducingGgerScheduleA1RegulatedProductView).getByRole("link", {
name: /the ggerr/i,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe("the OptedInOperationForm component", () => {

// Questions - 6
const meetsProducingGgerScheduleA1RegulatedProductView = screen.getByText(
/does this operation produce a regulated product listed in table 1 of schedule a\.1 of \?/i,
/does this operation produce a regulated product listed in table 2 of schedule a\.1 of \?/i,
);
within(meetsProducingGgerScheduleA1RegulatedProductView).getByRole("link", {
name: /the ggerr/i,
Expand Down

0 comments on commit 7805579

Please sign in to comment.