Skip to content

Commit cd8d4bd

Browse files
chore: Update Smoke Test target text.
1 parent 69d72b5 commit cd8d4bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder-frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ npm install # or pnpm install or yarn install
88

99
## Available Scripts
1010

11-
In the project directory, you can run:
11+
In the project directory you can run:
1212

1313
### `npm run dev`
1414

e2e/tests/smokeTest.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test.describe('Smoke Tests', () => {
1616

1717
// Verify key elements of the landing page are visible
1818
// Header with logout button indicates user is authenticated
19-
await expect(page.getByText('Logout')).toBeVisible();
19+
await expect(page.getByText('Welcome to Benefit Decision Toolkit!')).toBeVisible();
2020

2121
// Navigation tabs should be visible
2222
await expect(page.getByRole('button', { name: 'Screeners' })).toBeVisible();

0 commit comments

Comments
 (0)