NIHVIVO-3991 Remove the files that are used to customize the Selenium IDE. Remove the saved copy of the plug-in. Modify the existing tests so they will run without the customizations to the IDE.

This commit is contained in:
j2blake 2012-10-18 19:57:52 +00:00
parent 251d7fff7a
commit bbf7d49dae
237 changed files with 2212 additions and 14378 deletions

View file

@ -5,35 +5,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="" />
<title>VerifyImageDisplay</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">VerifyImageDisplay</td></tr>
<tr><td rowspan="1" colspan="3">VerifyImageDisplay</td></tr>
</thead><tbody>
<tr>
<td>comment</td>
<td class="comment">Check image views without logging in</td>
<td></td>
</tr>
<!--Check image views without logging in-->
<tr>
<td>open</td>
<td>/vivo/</td>
@ -44,11 +22,7 @@
<td>VIVO</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Navigate to Lily Librarian</td>
<td></td>
</tr>
<!--Navigate to Lily Librarian-->
<tr>
<td>clickAndWait</td>
<td>link=Index</td>
@ -74,21 +48,13 @@
<td>Librarian, Lily</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Verify dummy image displays</td>
<td></td>
</tr>
<!--Verify dummy image displays-->
<tr>
<td>verifyElementPresent</td>
<td>//img[@title='no image']</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Navigate to Jane Faculty</td>
<td></td>
</tr>
<!--Navigate to Jane Faculty-->
<tr>
<td>clickAndWait</td>
<td>link=Index</td>
@ -114,11 +80,7 @@
<td>Faculty, Jane</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Verify thumbnail displays</td>
<td></td>
</tr>
<!--Verify thumbnail displays-->
<tr>
<td>verifyElementPresent</td>
<td>//img[@title='click to view larger image']</td>
@ -129,11 +91,7 @@
<td>//img[@title='click to view larger image']@src</td>
<td>/vivo/file/*/thumbnail_Jane2.jpg</td>
</tr>
<tr>
<td>comment</td>
<td class="comment">All done</td>
<td></td>
</tr>
<!--All done-->
<tr>
<td>clickAndWait</td>
<td>link=Home</td>