Skip to content

Commit

Permalink
test fix and spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Dec 5, 2023
1 parent 98c2c4e commit c72ed6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,12 @@
<p><b>New owners:</b> Must be active at the time of registration.</p>
<p>
If you are adding a B.C. based business as a new owner, the business <b>must be active on the
B.C Corporate Register at the time of the registration.</b>
B.C. Corporate Register at the time of the registration.</b>
</p><br>
<p><b>Existing owners:</b> Must be active at the time the bill of sale was signed.</p>
<p>
If you are including a business that is already an owner of the home, the business <b>must have
been active on the B.C Corporate Register at the time the bill of sale was signed.</b>
been active on the B.C. Corporate Register at the time the bill of sale was signed.</b>
</p>
<hr class="mb-5 mt-6 solid">
<h3 class="text-center mb-2">
Expand Down
6 changes: 6 additions & 0 deletions ppr-ui/tests/unit/App.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ describe('App component basic rendering normal account', () => {
wrapper = await createComponent(App, {
appReady: true
})
// Wait for the component and subcomponents to render
await new Promise((resolve) => {
setTimeout(() => {
resolve()
}, 3000)
})
})

it('should have no accessibility violations', async () => {
Expand Down

0 comments on commit c72ed6f

Please sign in to comment.