Skip to content

Commit

Permalink
removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Sep 11, 2024
1 parent d614bf5 commit c0cc291
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ppr-ui/tests/unit/MhrRegistration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ describe('Mhr Registration', () => {
wrapper = await createComponent(MhrRegistration, { appReady: true }, RouteNames.YOUR_HOME)
})

// it('should have no accessibility violations', async () => {
// // Run the axe-core accessibility check on the component's HTML
// const results = await axe(wrapper.html())
// // Use the custom vitest-axe matcher to check for violations
// expect(results).toHaveNoViolations()
// })

it('renders and displays the Mhr Registration View', async () => {
expect(wrapper.findComponent(MhrRegistration).exists()).toBe(true)
expect(wrapper.find('#registration-header').text()).toBe('Manufactured Home Registration')
Expand Down

0 comments on commit c0cc291

Please sign in to comment.