Skip to content

Commit

Permalink
Add information to manual test about issues in Safari browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Jan 29, 2019
1 parent 7624776 commit 164c438
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/plugins/justify/manual/brmode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
@bender-ui: collapsed
@bender-ckeditor-plugins: toolbar, justify, wysiwygarea, elementspath, sourcearea, font, list

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


3. Move cursor to list item.
4. Select `<ul>` tag from elementspath
# 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)
## Expected:
Justification is disabled when `<ul>` tag is selected.


5. Repeat steps 1-4 for second editor.

0 comments on commit 164c438

Please sign in to comment.