Should align text to the right
Opened this issue · 4 comments
unitehenry commented
Should align text to the right
XIZT07 commented
Can i take up this issue?
unitehenry commented
@XIZT07 Absolutely! You can write this test here: striven-editor/demo/src/test.js
Please reach out for any help.
XIZT07 commented
Please provide a clear description - if any content has to be aligned right or tests are to be written for aligning right?
I didn't get it clearly!!
unitehenry commented
I think the test should do the following:
- Set some content in the editor with
se.setContent
- Use
se.executeCommand
to apply align right formatting - Should call
se.getContent
and check to make sure the HTML has right alignment on the content that was formatted.