Skip to content

Commit

Permalink
Improved manual test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Mar 3, 2019
1 parent 4a1c1d4 commit 2830359
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/plugins/justify/manual/brmode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
@bender-ui: collapsed
@bender-ckeditor-plugins: toolbar, justify, wysiwygarea, elementspath, sourcearea, font, list

**NOTE**: Repeat test steps for both editors.

# Test case 1:
1. Repeat steps in both editors.
2. Put cursor in first line.
3. Align text to center.
1. Put cursor in the first line.
2. Align text to the center.
## Expected:
Justification is avialable and text is moved to the center.
## Unexpected:
Justification icons are disabled

# Test Case 2:
1. Repeat steps in both editor.
2. Move cursor to list item.
3. Select `<ul>` tag from elementspath
4. Elementspath **must** show path like `body > ul`, without `li` at the end. If path still shows `li` items, then ignore this test case. (This behaviour can be observed in Safari browser)
1. Move cursor to the first list item.
2. Select `<ul>` tag from elementspath
3. Elementspath **must** show path like `body > ul`, without `li` at the end. If path still shows `li` items, then ignore this test case. (This behaviour can be observed in Safari browser)
## Expected:
Justification is disabled when `<ul>` tag is selected.

0 comments on commit 2830359

Please sign in to comment.