Skip to content

Commit

Permalink
Small manual tests styling changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Feb 17, 2018
1 parent 4b03576 commit b3f3940
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/plugins/image2/editing.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
wait();
},

// #1348
// (#1348)
'test image dialog has correct aspect ratio after src change': function() {
var bot = this.editorBot,
editor = bot.editor;
Expand Down
14 changes: 7 additions & 7 deletions tests/plugins/image2/manual/aspectratio.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@bender-tags: 4.9.0, bug, 1348
@bender-tags: 4.9.1, bug, 1348
@bender-ui: collapsed
@bender-ckeditor-plugins: wysiwygarea, sourcearea, toolbar, image2, link, undo
@bender-ckeditor-plugins: wysiwygarea, toolbar, image2

1. Double click on the image to popup dialog.
2. Change url of the image to `/tests//_assets/lena.jpg`.
3. Ensure that the image is locked.
1. Double click on the image to open dialog.
2. Change url of the image to `/tests/_assets/lena.jpg`.
3. Ensure that image aspect ratio is locked.
4. Change `width` to `400`.
5. Click `OK` button.

## Expected

The image has preserved aspect ratio.
The inserted image has preserved aspect ratio.

## Unexpected

The image is streched, aspect ratio is not preserved.
The inserted image has is streched, aspect ratio is not preserved.

0 comments on commit b3f3940

Please sign in to comment.