Skip to content

Commit

Permalink
AGM Location Change Third PR (bcgov#555)
Browse files Browse the repository at this point in the history
* Created + updated unit tests

* Fixed EntityMenu test from ticket part 1

* Fixed lint errors

* Fixes in response to Sev's comments

* fixed lint issues

* Fixed in reponse to Sev's comments

* removed unnecessary test code
  • Loading branch information
JazzarKarim committed Feb 22, 2024
1 parent 57a4461 commit 4898e13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/EntityMenu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,6 @@ describe('Entity Menu - Request AGM Extension click tests', () => {
propsData: { businessId: 'BC1234567' }
})

vm = wrapper.vm
vi.spyOn(vm, 'enableAgmExtension', 'get').mockReturnValue(true)

await wrapper.find('.menu-btn').trigger('click')

expect(wrapper.find('#agm-ext-list-item').exists()).toBe(true)
Expand Down

0 comments on commit 4898e13

Please sign in to comment.