Skip to content

Commit

Permalink
updating homepage unit test based on the updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saboteurina committed Nov 22, 2023
1 parent 5efb2cd commit 1b34a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/tests/unit/components/Layout.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ describe('Layout.vue', () => {
});
});
it('should show the Grants heading', () => {
const layoutHeader = wrapper.get('h3');
expect(layoutHeader.text()).to.include('Grants Identification Tool');
const layoutHeader = wrapper.get('h1');
expect(layoutHeader.text()).to.include('Federal Grant Finder');
});
it('should show My Grants tab', () => {
const navItem = wrapper.get('[to="/my-grants"]');
Expand Down

0 comments on commit 1b34a1a

Please sign in to comment.