Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 committed Apr 26, 2024
1 parent 449e861 commit a735a94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ppr-ui/tests/unit/MhrInformation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ describe('Mhr Information', async () => {
expect(authorizationComponent.text()).toContain(mockedRegisteringParty1.address.postalCode)
})

it.only('should not render Consideration and Transfer Date for Misc Transfer (Due to Bankruptcy)', async () => {
it('should not render Consideration and Transfer Date for Misc Transfer (Due to Bankruptcy)', async () => {
const homeOwnerGroups: MhrRegistrationHomeOwnerGroupIF[] = [
{
groupId: 1,
Expand Down Expand Up @@ -844,8 +844,6 @@ describe('Mhr Information', async () => {
expect(wrapper.findAll('.border-error-left').length).toBe(3)
})



it('SURVIVING JOINT TENANT Flow: display correct Confirm Completion sections', async () => {
setupCurrentHomeOwners()
wrapper.vm.dataLoaded = true
Expand Down

0 comments on commit a735a94

Please sign in to comment.