Skip to content

Commit

Permalink
Updated in response to Sev's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Dec 20, 2023
1 parent e162b6f commit 56ea820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/AmalgamationSelection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<v-card
id="start-horizontal-short-form-card"
flat
class="pt-8 pb-8 px-8"
class="pa-8"
>
<h2>
Horizontal short-form amalgamation
Expand Down Expand Up @@ -63,7 +63,7 @@
<v-card
id="start-vertical-short-form-card"
flat
class="pt-8 pb-8 px-8"
class="pa-8"
>
<h2>
Vertical short-form amalgamation
Expand Down Expand Up @@ -99,7 +99,7 @@
<v-card
id="start-regular-long-form-card"
flat
class="pt-8 pb-8 px-8"
class="pa-8"
>
<h2>
Regular long-form amalgamation
Expand Down
2 changes: 2 additions & 0 deletions tests/unit/EntityMenu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ describe('Entity Menu - View and Change Business Information click tests', () =>
describe('Entity Menu - Amagamate button tests', () => {
it('displays the Amalgamate button', async () => {
businessStore.setLegalType(CorpTypeCd.BC_COMPANY)
businessStore.$state.businessInfo.state = EntityState.ACTIVE

const wrapper = mount(EntityMenu, {
vuetify,
Expand All @@ -312,6 +313,7 @@ describe('Entity Menu - Amagamate button tests', () => {

it('amalgamate button is disabled if not allowed', async () => {
businessStore.setLegalType(CorpTypeCd.BC_COMPANY)
businessStore.$state.businessInfo.state = EntityState.ACTIVE

const wrapper = mount(EntityMenu, {
vuetify,
Expand Down

0 comments on commit 56ea820

Please sign in to comment.