Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d3ffd96

Browse files
committed
Merge pull request #7291 from adobe/randy/fix-wrap-test
Fix EditOptionHandlers word wrap test
2 parents 8c3bc01 + b907da9 commit d3ffd96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spec/EditorOptionHandlers-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ define(function (require, exports, module) {
220220

221221
runs(function () {
222222
var editor = EditorManager.getCurrentFullEditor().getInlineWidgets()[0].editor;
223-
checkLineWrapping(editor, {line: 0, ch: 0}, {line: 0, ch: 160}, true);
223+
checkLineWrapping(editor, {line: 0, ch: 0}, {line: 0, ch: 320}, true);
224224
});
225225
});
226226

0 commit comments

Comments
 (0)