Adding frameless tests to get around WebGUI/Selenium frame issue (may be a temporary solution)

This commit is contained in:
Daniel Maldonado 2012-07-03 10:33:02 -04:00
parent 79c2fffbba
commit b5b8f96bac
9 changed files with 243 additions and 0 deletions

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>Test Suite</title>
</head>
<body>
<table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody>
<tr><td><b>Test Suite</b></td></tr>
<tr><td><a href="activeSessions.html">Active Sessions</a></td></tr>
<tr><td><a href="showAdminConsole.html">showAdminConsole</a></td></tr>
<tr><td><a href="addons.html">Addons</a></td></tr>
<tr><td><a href="showAdminConsole.html">showAdminConsole</a></td></tr>
<tr><td><a href="advertising.html">Advertising</a></td></tr>
<tr><td><a href="showAdminConsole.html">showAdminConsole</a></td></tr>
<tr><td><a href="assetHistory.html">Asset History</a></td></tr>
<tr><td><a href="showAdminConsole.html">showAdminConsole</a></td></tr>
<tr><td><a href="cache.html">Cache</a></td></tr>
<tr><td><a href="showAdminConsole.html">showAdminConsole</a></td></tr>
<tr><td><a href="clipboard.html">Clipboard</a></td></tr>
<tr><td><a href="showAdminConsole.html">showAdminConsole</a></td></tr>
</tbody></table>
</body>
</html>