# HG changeset patch # User Atul Varma # Date 1272562757 25200 # Node ID e79a2dd66e2583939485eca194a23d47b082370b # Parent a994fc89f341eaf1a88fb579756881ebcfb44062 Added links between black box and unit tests diff -r a994fc89f341 -r e79a2dd66e25 black-box.html --- a/black-box.html Thu Apr 29 10:28:26 2010 -0700 +++ b/black-box.html Thu Apr 29 10:39:17 2010 -0700 @@ -13,9 +13,14 @@ username "john@doe.com" and password "test".

- You can also click on a test that automates some + You can also select a test that automates some common UI actions for you.

+

+ This page is intended as an aid to system testing. The + Bugzilla Dashboard also has a unit test suite. +

diff -r a994fc89f341 -r e79a2dd66e25 css/black-box.css --- a/css/black-box.css Thu Apr 29 10:28:26 2010 -0700 +++ b/css/black-box.css Thu Apr 29 10:39:17 2010 -0700 @@ -5,6 +5,11 @@ font-size: 9pt; } +a { + color: white; + text-decoration: underline; +} + #dashboard-container { float: left; } diff -r a994fc89f341 -r e79a2dd66e25 tests.html --- a/tests.html Thu Apr 29 10:28:26 2010 -0700 +++ b/tests.html Thu Apr 29 10:39:17 2010 -0700 @@ -3,10 +3,10 @@ -Bugzilla Dashboard Test Suite +Bugzilla Dashboard Unit Test Suite -

Bugzilla Dashboard Test Suite

+

Bugzilla Dashboard Unit Test Suite

    @@ -14,7 +14,9 @@ QUnit Documentation | Bugzilla Dashboard + href="index.html">Bugzilla Dashboard | + Black Box (System Tests)