Mercurial > bugzilla-dashboard
comparison black-box.html @ 103:a994fc89f341
added semi-automated system tests to black box.
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Thu, 29 Apr 2010 10:28:26 -0700 |
parents | 544d339d2b4c |
children | e79a2dd66e25 |
comparison
equal
deleted
inserted
replaced
102:00b02ba5236c | 103:a994fc89f341 |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> | 3 <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> |
4 <title>Bugzilla Dashboard - Black Box</title> | 4 <link rel="stylesheet" type="text/css" media="all" |
5 href="css/black-box.css" /> | |
6 <title>Bugzilla Dashboard - Black Box</title> | |
5 </head> | 7 </head> |
6 <body style="background: black; color: white;"> | 8 <body> |
7 <h1 class="title">Bugzilla Dashboard - Black Box</h1> | 9 <h1 class="title">Bugzilla Dashboard - Black Box</h1> |
8 <div style="text-align: center;"> | 10 <p> |
9 <iframe src="about:blank" id="dashboard" | 11 This page contains a Bugzilla Dashboard plugged-in to a |
10 style="width: 640px; height: 480px; border: none;"></iframe> | 12 toy Bugzilla database. You can log into it with the |
13 username "john@doe.com" and password "test". | |
14 </p> | |
15 <p> | |
16 You can also click on a test that automates some | |
17 common UI actions for you. | |
18 </p> | |
19 <div id="dashboard-container"> | |
20 <iframe src="about:blank" id="dashboard"></iframe> | |
11 </div> | 21 </div> |
22 <span class="test-button" id="testLoginWithNoPassword"> | |
23 Login without Password | |
24 </span> | |
25 <span class="test-button" id="testLoginWithCorrectPassword"> | |
26 Login with Correct Password | |
27 </span> | |
28 <span class="test-button" id="testLoginWithIncorrectPassword"> | |
29 Login with Incorrect Password | |
30 </span> | |
12 </body> | 31 </body> |
13 <!-- Base Scripts --> | 32 <!-- Base Scripts --> |
14 <script src="js/jquery.js"></script> | 33 <script src="js/jquery.js"></script> |
15 <script src="js/require.js"></script> | 34 <script src="js/require.js"></script> |
16 <script src="js/modules/mocks.js"></script> | 35 <script src="js/modules/mocks.js"></script> |