diff --git a/test/tests.js b/test/tests.js index e49ddb9..8b409ec 100644 --- a/test/tests.js +++ b/test/tests.js @@ -64,11 +64,17 @@ exports.defineManualTests = function (contentEl, createActionButton) { contentEl.innerHTML = '
' + 'Also: tapping bar on iOS should emit a log.' + '
' + - '
' + - '
' + - '
' + - '
' + - '
'; + 'Expected result: Status bar will be visible' + + '

' + + 'Expected result: Status bar will be hidden' + + '

' + + 'Expected result: Status bar text will be a light (white) color' + + '

' + + 'Expected result: Status bar text will be a dark (black) color' + + '

' + + 'Expected result:
Overlay true = status bar will lay on top of web view content
Overlay false = status bar will be separate from web view and will not cover content' + + '

' + + 'Expected result: If overlay false, background color for status bar will be red'; log('StatusBar.isVisible=' + StatusBar.isVisible); window.addEventListener('statusTap', function () { @@ -83,7 +89,7 @@ exports.defineManualTests = function (contentEl, createActionButton) { doHide(); }, 'action-hide'); - createActionButton("Style=red", function () { + createActionButton("Style=red (background)", function () { doColor1(); }, 'action-color1');