Skip to content

Commit

Permalink
Merge branch 'develop' into bug/3033-FY21-qtr-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson authored Aug 6, 2024
2 parents 212093a + fe23543 commit ab12f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tdrs-frontend/src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Header() {
<div className="grid-container-widescreen usa-nav__wide desktop:padding-left-4 desktop:border-bottom-0 mobile:border-bottom-1px mobile:padding-left-0 mobile:padding-right-0">
<div className="usa-logo" id="extended-logo">
<em className="usa-logo__text">
<a href="/" title="Home" aria-label="Home">
<a href="/" aria-label="TANF Data Portal Home">
TANF Data Portal
</a>
</em>
Expand Down
3 changes: 1 addition & 2 deletions tdrs-frontend/src/components/Header/Header.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ describe('Header', () => {
</Provider>
)

const title = screen.getByLabelText('Home')
const title = screen.getByText('TANF Data Portal')
expect(title).toBeInTheDocument()
expect(title).toHaveTextContent('TANF Data Portal')
})

it('should have a navigation link for Welcome', () => {
Expand Down

0 comments on commit ab12f75

Please sign in to comment.