Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Oct 15, 2024
1 parent 2eb1c7b commit dab32c9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ describe("Summary Anchor Scrolling", () => {
await click(HouseholdDetailsSummaryPage.submit());
await $(SubmitPage.summaryShowAllButton()).click();
await $(SubmitPage.insuranceAddressAnswer2Edit()).click();
await expect(browser).toHaveUrl(expect.stringContaining("?return_to=final-summary&return_to_answer_id=insurance-address-answer2#insurance-address-answer2"));
await expect(browser).toHaveUrl(
expect.stringContaining("?return_to=final-summary&return_to_answer_id=insurance-address-answer2#insurance-address-answer2"),
);
});
});
});

0 comments on commit dab32c9

Please sign in to comment.