Mercurial > bugzilla-dashboard
view 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 |
line wrap: on
line source
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <link rel="stylesheet" type="text/css" media="all" href="css/black-box.css" /> <title>Bugzilla Dashboard - Black Box</title> </head> <body> <h1 class="title">Bugzilla Dashboard - Black Box</h1> <p> This page contains a Bugzilla Dashboard plugged-in to a toy Bugzilla database. You can log into it with the username "john@doe.com" and password "test". </p> <p> You can also click on a test that automates some common UI actions for you. </p> <div id="dashboard-container"> <iframe src="about:blank" id="dashboard"></iframe> </div> <span class="test-button" id="testLoginWithNoPassword"> Login without Password </span> <span class="test-button" id="testLoginWithCorrectPassword"> Login with Correct Password </span> <span class="test-button" id="testLoginWithIncorrectPassword"> Login with Incorrect Password </span> </body> <!-- Base Scripts --> <script src="js/jquery.js"></script> <script src="js/require.js"></script> <script src="js/modules/mocks.js"></script> <script src="js/black-box.js"></script> </html>