diff --git a/platform/features/layout/test/FixedDragHandleSpec.js b/platform/features/layout/test/FixedDragHandleSpec.js index 674bb8794b..05040396d5 100644 --- a/platform/features/layout/test/FixedDragHandleSpec.js +++ b/platform/features/layout/test/FixedDragHandleSpec.js @@ -34,10 +34,10 @@ define( it("provides a style for positioning", function () { var style = handle.style(); - // 6 grid coords * 13 pixels - 4 pixels for centering - expect(style.left).toEqual('74px'); - // 8 grid coords * 33 pixels - 4 pixels for centering - expect(style.top).toEqual('260px'); + // 6 grid coords * 13 pixels - 3 pixels for centering + expect(style.left).toEqual('75px'); + // 8 grid coords * 33 pixels - 3 pixels for centering + expect(style.top).toEqual('261px'); }); it("allows handles to be dragged", function () {