Skip to content

Commit 51dd780

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)