Skip to content

Commit

Permalink
Enable all unit tests for MhrTransferHomeOwners
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 committed Oct 17, 2023
1 parent 77260a6 commit 53fd13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppr-ui/tests/unit/MhrTransferHomeOwners.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ describe('Home Owners', () => {
expect(homeOwners.find(getTestId('owner-info-20')).find('.owner-name').classes('border-error-left')).toBeTruthy()
})

it.only('TRANS SALE GIFT: should not show group error for Added and Deleted groups', async () => {
it('TRANS SALE GIFT: should not show group error for Added and Deleted groups', async () => {
const homeOwnerGroups: MhrRegistrationHomeOwnerGroupIF[] = [
{
groupId: 1,
Expand Down

0 comments on commit 53fd13a

Please sign in to comment.