Skip to content

Commit

Permalink
Update process.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Nov 22, 2024
1 parent c638cf1 commit 1fcf9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/e2e/process.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test("can view banner and return to top after scrolling to the bottom", async ({

await expect(
page.getByRole("heading", {
name: /Attention! Go to www.grants.gov to search and apply for grants./i,
name: /This site is a work in progress, with new features and updates based on your feedback./i,
}),
).toBeVisible();

Expand Down

0 comments on commit 1fcf9b7

Please sign in to comment.