diff --git a/builder-frontend/README.md b/builder-frontend/README.md index 167c5679..ae002a9c 100644 --- a/builder-frontend/README.md +++ b/builder-frontend/README.md @@ -8,7 +8,7 @@ $ npm install # or pnpm install or yarn install ## Available Scripts -In the project directory, you can run: +In the project directory you can run: ### `npm run dev` diff --git a/e2e/tests/smokeTest.spec.ts b/e2e/tests/smokeTest.spec.ts index 77871bd9..6f51218b 100644 --- a/e2e/tests/smokeTest.spec.ts +++ b/e2e/tests/smokeTest.spec.ts @@ -16,7 +16,7 @@ test.describe('Smoke Tests', () => { // Verify key elements of the landing page are visible // Header with logout button indicates user is authenticated - await expect(page.getByText('Logout')).toBeVisible(); + await expect(page.getByText('Welcome to Benefit Decision Toolkit!')).toBeVisible(); // Navigation tabs should be visible await expect(page.getByRole('button', { name: 'Screeners' })).toBeVisible();