Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Improved manual test.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Sep 1, 2017
1 parent 42d7c29 commit e592d2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/manual/tickets/1088/1.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>Heading 2 (disallowed: italic)</h3>
<li><a href="https://ckeditor.com"><b>List item with link and bold</b></a></li>
</ul>

<h4><b>Heading 3 with bold</b></h4>
<h4><b><i>Heading 3 with bold and italic</i></b></h4>

<div><b>Just a text with bold</b></div>

Expand Down
5 changes: 3 additions & 2 deletions tests/manual/tickets/1088/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
### Simple scenario.

1. Copy a paragraph with italic and link.
2. Paste it to the Heading 1. Inserted text should be not stripped.
2. Paste it to the Heading 1. Inserted text should be stripped
3. Paste it to the Heading 2. Inserted text should be a link only.
4. Paste it to paragraph. Inserted text should not be stripped.

### Simple scenario (element).

Expand All @@ -25,6 +26,6 @@

### Auto paragraphing (disallowed block).

1. Copy Heading 3 with bold
1. Copy Heading 3 with bold and italic.
2. Select all content in the editor.
3. Paste copied text. Inserted content should be a paragraph and should be stripped from bold.

0 comments on commit e592d2d

Please sign in to comment.