fix: Shorten minimal length of design title
This commit is contained in:
parent
159d1906f5
commit
21293a0abf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export const testPatternI18n = (Pattern, i18n) => {
|
|||
})
|
||||
it(` - The design should have a translated description`, () => {
|
||||
expect(typeof i18n.en.d).to.equal('string')
|
||||
expect(i18n.en.t.length).to.be.above(12)
|
||||
expect(i18n.en.t.length).to.be.above(8)
|
||||
})
|
||||
if (!isUtilityDesign(name)) {
|
||||
it(` - The strings (s) object should exist`, () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue