mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-13 19:00:09 +00:00
fix: reduce amount of text typed (#8414)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
a226f9aa0e
commit
82c8b29365
@ -236,9 +236,9 @@ test.describe('Content in the Documents tests', () => {
|
|||||||
const HEADER_2_CONTENT = 'Header 2'
|
const HEADER_2_CONTENT = 'Header 2'
|
||||||
const HEADER_3_CONTENT = 'Header 3'
|
const HEADER_3_CONTENT = 'Header 3'
|
||||||
const contentParts = [
|
const contentParts = [
|
||||||
`# ${HEADER_1_CONTENT}\n\n${faker.lorem.paragraph(20)}\n`,
|
`# ${HEADER_1_CONTENT}\n\n${faker.lorem.paragraph(12)}\n`,
|
||||||
`## ${HEADER_2_CONTENT}\n\n${faker.lorem.paragraph(20)}\n`,
|
`## ${HEADER_2_CONTENT}\n\n${faker.lorem.paragraph(8)}\n`,
|
||||||
`### ${HEADER_3_CONTENT}\n\n${faker.lorem.paragraph(20)}`
|
`### ${HEADER_3_CONTENT}\n\n${faker.lorem.paragraph(4)}`
|
||||||
]
|
]
|
||||||
|
|
||||||
await test.step('Fill in the document and check the appearance of the ToC items', async () => {
|
await test.step('Fill in the document and check the appearance of the ToC items', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user