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);