Holly discovered the class hierarchy change in this test suite wasn't been reset at the end of the test. It is now.

This commit is contained in:
ejc12 2010-07-26 15:11:53 +00:00
parent 7b52a2af0d
commit c5d25d465e
2 changed files with 152 additions and 0 deletions

View file

@ -0,0 +1,150 @@
<?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="" />
<title>DeleteLibtoFacAssociation</title>
<style type="text/css">
.testName {
color: blue;
background: rgb(80%, 80%, 80%);
font-family: sans-serif;
font-weight: bold;
font-size: larger;
text-align: center;
}
.comment {
color: blue;
background: rgb(80%, 80%, 80%);
font-family: sans-serif;
font-weight: bold;
font-size: larger;
text-align: center;
}
</style>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3" class="testName">DeleteLibtoFacAssociation</td></tr>
</thead><tbody>
<tr>
<td>deleteAllVisibleCookies</td>
<td></td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Delete Librarian-to-Faculty association</td>
<td></td>
</tr>
<tr>
<td>open</td>
<td>/vivo/</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>VIVO</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Must be logged off to start</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Log in</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>VIVO Site Administration</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Must login as the site admin</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>loginName</td>
<td>testAdmin</td>
</tr>
<tr>
<td>type</td>
<td>loginPassword</td>
<td>Password</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>loginForm</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>VIVO Site Administration</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Make the change</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Class hierarchy</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>Class Hierarchy</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=exact:core:Librarian</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>Class Control Panel</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>SuperclassURI</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//input[@value='Remove Checked Superclass Links']</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>Class Control Panel</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Log out</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Log out</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>VIVO</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>

View file

@ -40,6 +40,8 @@ href="UploadFacultyImage.html">UploadFacultyImage</a></td></tr>
<tr><td><a href="DeleteLibrarianImage.html">DeleteLibrarianImage</a></td></tr>
<tr><td><a href="DeleteTestPeople.html">DeleteTestPeople</a></td></tr>
<tr><td><a href="DeleteTestTabs.html">DeleteTestTabs</a></td></tr>
<tr><td><a
href="DeleteLibtoFacAssociation.html">DeleteLibtoFacAssociation</a></td></tr>
<tr><td><a href="DeleteTestOrganization.html">DeleteTestOrganization</a></td></tr>
<tr><td><a
href="DeleteEverythingElse.html">DeleteEverythingElse</a></td></tr>