Added Selenium tests

This commit is contained in:
Albert Santoni 2014-07-28 21:46:19 -04:00
parent d15d58f6d1
commit bf3fa981d5
12 changed files with 836 additions and 0 deletions

View file

@ -0,0 +1,52 @@
<?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 profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://bananas.airtime.pro/" />
<title>System Menu Contents</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">System Menu Contents</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/Schedule</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Preferences</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Users</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Streams</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Status</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Support Feedback</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Listener Stats</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>