Skip to content

Commit

Permalink
fixup! feat: improve the description text
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 3, 2025
1 parent 19c5b9b commit bb5a28e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/javascript/unit/models/rfcProps.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ describe('Test suite: RFC properties (models/rfcProps.js)', () => {

expect(rfcProps.description).toEqual(expect.any(Object))
expect(rfcProps.description.readableName).toEqual('Description')
expect(rfcProps.description.placeholder).toEqual('Add a description')
expect(rfcProps.description.placeholder).toEqual('Add a description\n'
+ '\n'
+ '- What is this meeting about\n'
+ '- Agenda items\n'
+ '- Anything participants need to prepare')
expect(rfcProps.description.icon).toEqual('TextBoxOutline')
expect(rfcProps.description.defaultNumberOfRows).toEqual(2)

Expand Down

0 comments on commit bb5a28e

Please sign in to comment.