From 5fc1beed0d3cbc4fbe34764d7a4614878240a2ec Mon Sep 17 00:00:00 2001 From: Marcel Kinard Date: Wed, 27 Aug 2014 17:15:55 -0400 Subject: [PATCH] CB-7133 clarify that anchor1 doesn't exist --- tests/tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.js b/tests/tests.js index 0c1d09d..2482377 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -281,7 +281,7 @@ exports.defineManualTests = function (contentEl, createActionButton) { var local_with_anchor_tag_tests = '

Local with anchor tag

' + '
' + - 'Expected result: open successfully in InAppBrowser to the local page, scrolled to the top.' + + 'Expected result: open successfully in InAppBrowser to the local page, scrolled to the top as normal.' + '

' + 'Expected result: open successfully in InAppBrowser to the local page, scrolled to the beginning of the tall div with border.'; @@ -450,7 +450,7 @@ exports.defineManualTests = function (contentEl, createActionButton) { //Local With Anchor Tag createActionButton('Anchor1', function () { - doOpen(localhtml + '#anchor1', '_blank'); + doOpen(localhtml + '#bogusanchor', '_blank'); }, 'openAnchor1'); createActionButton('Anchor2', function () { doOpen(localhtml + '#anchor2', '_blank');