From 7c7d42961911fa71498ce584723ff671012742b1 Mon Sep 17 00:00:00 2001 From: Jeff Booher Date: Mon, 11 Aug 2014 19:07:38 -0700 Subject: [PATCH] RTC @RaymondLim Also fix grammar in comment --- test/spec/DocumentCommandHandlers-test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/spec/DocumentCommandHandlers-test.js b/test/spec/DocumentCommandHandlers-test.js index e290c07be2a..c8e85d545da 100644 --- a/test/spec/DocumentCommandHandlers-test.js +++ b/test/spec/DocumentCommandHandlers-test.js @@ -1241,12 +1241,13 @@ define(function (require, exports, module) { sp = se.scrollLeft, $se = _$(se); - // really big number -- will scroll all the end of the line + // really big number -- will scroll to the end of the line $se.scrollLeft(99999999); expect(sp).toEqual(se.scrollLeft); }); }); }); + describe("Opens text file and validates EditorManager APIs", function () { it("should return an editor after opening a text file", function () { var path = testPath + "/test.js",