From 876ab33dbfe8fe19edfc530cbee5bc0ccf6e1c8d Mon Sep 17 00:00:00 2001 From: Monica Kozbial Date: Thu, 17 Sep 2020 16:26:58 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20navigation=20test=20blocks=20position?= =?UTF-8?q?=20so=20they=20aren't=20bumped=20out=20of=20=E2=80=A6=20(#4242)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated navigation test blocks position so they aren't bumped out of bounds during test. * Added comment --- tests/mocha/navigation_modify_test.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/mocha/navigation_modify_test.js b/tests/mocha/navigation_modify_test.js index dbc59f67d..38da4c90c 100644 --- a/tests/mocha/navigation_modify_test.js +++ b/tests/mocha/navigation_modify_test.js @@ -16,13 +16,15 @@ suite('Insert/Modify', function() { } setup(function() { sharedTestSetup.call(this); + // NOTE: block positions chosen such that they aren't unintentionally + // bumped out of bounds during tests. var xmlText = '' + - '' + - '' + - '' + - '' + - '' + - '' + + '' + + '' + + '' + + '' + + '' + + '' + ''; defineStackBlock(this.sharedCleanup); defineRowBlock(this.sharedCleanup);