-
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.
Fix ignoring manual tests, add proper bender tags and indentation fix
- Loading branch information
Showing
4 changed files
with
30 additions
and
24 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,17 +1,18 @@ | ||
@bender-tags: dialog, __next__, 547, bug | ||
@bender-tags: dialog, 4.17.1, 547, bug | ||
@bender-ui: collapsed | ||
@bender-ckeditor-plugins: wysiwygarea, toolbar, table, tableselection, image, undo, sourcearea, basicstyles | ||
@bender-ckeditor-plugins: wysiwygarea, toolbar, table, tableselection, image, undo, sourcearea, basicstyles, elementspath | ||
|
||
|
||
1. Open browser's console. | ||
3. Using drag&drop move image to other table cell. | ||
|
||
**Expected** | ||
|
||
Image was moved properly, the content looking good and there is no error in the console. | ||
* Image was moved properly. | ||
* The content looking good and there is no error in the console. | ||
|
||
**Unxpected** | ||
|
||
Image was not moved. | ||
There's error in the console. | ||
After the image was moved, the table was modified - an extra cell was added. | ||
* Image was not moved. | ||
* There's error in the console. | ||
* After the image was moved, the table was modified - an extra cell was added. |
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