Skip to content

Commit

Permalink
- app version = 5.12.11
Browse files Browse the repository at this point in the history
- deleted "upload files will be renamed" statement per Jacqueline
- updated unit test
  • Loading branch information
Severin Beauvais committed Oct 24, 2024
1 parent 2d148dd commit 835e251
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.12.10",
"version": "5.12.11",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
</v-icon>
</v-btn>
</div>

<p class="info-text font-14 mt-6 mb-0">
Uploaded files will be renamed automatically.
</p>
</v-col>
</v-row>
</v-card>
Expand Down Expand Up @@ -251,9 +247,4 @@ ul {
.v-icon.mdi-close {
padding-top: 1px;
}
// show info text in lighter gray
.info-text {
color: $gray7;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe('Unlimited Liability Corporation Information component', () => {
expect(wrapper.find('#add-affidavit-button').attributes('disabled')).toBeUndefined()
expect(wrapper.find('.document-details').exists()).toBe(false)
expect(wrapper.find('.remove-document-button').exists()).toBe(false)
expect(wrapper.find('.info-text').text()).toContain('Uploaded files will be')

wrapper.destroy()
})
Expand Down

0 comments on commit 835e251

Please sign in to comment.