Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builder-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/smokeTest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Loading