-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make manual tests mobile- & built-friendly.
- Loading branch information
Showing
6 changed files
with
47 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
@bender-tags: feature, 4.10.0, 1712 | ||
@bender-ui: collapsed | ||
@bender-ckeditor-plugins: wysiwygarea | ||
|
||
1. Open console. | ||
2. Check if plugins loaded correctly with an editor. | ||
1. Check if plugins listed inside the editor are the same as listed below. | ||
|
||
## Expected | ||
|
||
Toolbar and basicstyles plugins has been loaded. There are no console errors. | ||
All listed plugins have been loaded (list below). | ||
|
||
## Unexpected | ||
|
||
There are console errors or basicstyles and toolbar plugins are not loaded. | ||
The loaded plugins are not the same as the ones in the list. | ||
|
||
## Expected plugins | ||
|
||
* wysiwygarea | ||
* basicstyles | ||
* toolbar | ||
* button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
@bender-tags: feature, 4.10.0, 1712 | ||
@bender-ui: collapsed | ||
|
||
1. Open console. | ||
2. Check if plugins loaded correctly with an editor. | ||
1. Check if plugins listed inside the editor are the same as listed below. | ||
|
||
## Expected | ||
|
||
Toolbar, basicstyles and wysiwygarea plugins has been loaded. There are no console errors. | ||
All listed plugins have been loaded (list below). | ||
|
||
## Unexpected | ||
|
||
There are console errors or expected plugins are not loaded. | ||
The loaded plugins are not the same as the ones in the list. | ||
|
||
## Expected plugins | ||
|
||
* wysiwygarea | ||
* basicstyles | ||
* toolbar | ||
* button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
@bender-tags: feature, 4.10.0, 1712 | ||
@bender-ui: collapsed | ||
@bender-ckeditor-plugins: wysiwygarea, basicstyles, toolbar | ||
|
||
1. Open console. | ||
2. Check if plugins loaded correctly with an editor. | ||
1. Check if plugins listed inside the editor are the same as listed below. | ||
|
||
## Expected | ||
|
||
Toolbar and basicstyles plugins has not been loaded. There are no console errors. | ||
All listed plugins have been loaded (list below). | ||
|
||
## Unexpected | ||
|
||
There are console errors or basicstyles and toolbar plugins has not been loaded. | ||
The loaded plugins are not the same as the ones in the list. | ||
|
||
## Expected plugins | ||
|
||
* wysiwygarea |