Skip to content

Commit

Permalink
Merge pull request #3871 from ckeditor/font-command-test
Browse files Browse the repository at this point in the history
Improved font command manual test description
  • Loading branch information
f1ames authored Feb 19, 2020
2 parents b23048e + f30955e commit 8979c34
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tests/plugins/font/manual/command/removestyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@
2. Try to **remove** style from not styled text.

### Expected:
Each click into richcombo option, should generate related command execution.
* Each click into richcombo option, should generate related command execution.
* Removing non-existing style shouldn't generate command log.

### Unexpected:
* Command is not executed
* Command is executed multiple times for one richcombo click
* Command is executed with wrong style
* Command is not executed.
* Command is executed multiple times for one richcombo click.
* Command is executed with wrong style.
* Command is executed when removing non-existing style.

<br>_Please notice there is a bug [#1116](https://github.com/ckeditor/ckeditor-dev/issues/1116),

_Please notice there is a bug [#1116](https://github.com/ckeditor/ckeditor-dev/issues/1116),
which doesn't remove font style if selection starts outside of styled element._

0 comments on commit 8979c34

Please sign in to comment.