Comment 2 for bug 1804328

Revision history for this message
Steven (stevens-q) wrote :

Environment tested: Master
Browser tested: Chrome

Preconditions:

Test Steps:
1. create a page and display it
2. at the bottom, in the comment text area, expand the toolbar
3. click on the 'Source code' button and add the HTML code shown below and then press save

<div class="post list-group-item clearfix flush">
<div id="user_feedbacktable_0123456789" class="feedback modal modal-docked active">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body flush">
<div class="list-group list-group-lite">
<div id="user_comment12345" class="comment-item list-group-item list-group-item-warning r0">
<div class="comment-text">
<div class="comment-content">
<p>Comment text.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="post list-group-item clearfix flush"> </div></div>

Expected result: The page refreshes and the text "Comment text." is displayed

Actual result: As expected
==========================================================================

Test script

1. Follow the above test script
2. Edit the comment and in the comment text area, expand the toolbar
3. click on the 'Source code' button and re-enter the HTML code shown above and then press save

Expected result: The page refreshes and the text "Comment text." is displayed

Actual result: - The comment is not displayed

Catalyst QA Failed Testing ✘