diff --git a/tests/tests.js b/tests/tests.js index ad70bf7..fa330ee 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -914,6 +914,7 @@ exports.defineManualTests = function (contentEl, createActionButton) { '

The following tests should display an image of the Apache feather in the status box

' + '
' + '
' + + '
' + '

Video File Transfer Tests

' + '

The following tests should display a video in the status box. The video should play when play is pressed

' + '
' + @@ -932,7 +933,7 @@ exports.defineManualTests = function (contentEl, createActionButton) { createActionButton('Download to a non-existent dir (should work)', function () { downloadImg(imageURL, function (entry) { return entry.toURL(); }, new Image, '/nonExistentDirTest/'); - }, 'actions'); + }, 'non-existent_dir'); createActionButton('Download and play video (cdvfile)', function () { var videoElement = document.createElement('video');