diff options
Diffstat (limited to 'share/www/couch_tests.html')
-rw-r--r-- | share/www/couch_tests.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index a1e4ee6e..83a47771 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -48,6 +48,12 @@ specific language governing permissions and limitations under the License. <li><button class="run">Run All</button></li> <li><button class="load">Reload</button></li> </ul> + <p class="help"> + <strong>Note:</strong> Each of the tests will block the browser. If the + connection to your CouchDB server is slow, running the tests will take + some time, and you'll not be able to do much with your browser while + a test is being executed. + </p> <table class="listing" id="tests" cellspacing="0"> <caption>Tests</caption> <thead> |