Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved font command manual test description #3871

Merged
merged 1 commit into from
Feb 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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._