Holly did more tweaking of the test cases for VIVO...

This commit is contained in:
hlm7 2011-11-28 17:43:57 +00:00
parent d993fef72e
commit 4986c36299
8 changed files with 829 additions and 64 deletions

View file

@ -107,7 +107,7 @@
<tr>
<td>select</td>
<td>VClassURI</td>
<td>label=Faculty Member (core)</td>
<td>label=Faculty Member (vivo)</td>
</tr>
<tr>
<td>clickAndWait</td>
@ -169,6 +169,11 @@
<td>Add new entry for: preferred title</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>tinymce</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>tinymce</td>

View file

@ -1,21 +1,21 @@
<?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="CreateTestFacultyMember.html">CreateTestFacultyMember</a></td></tr>
<tr><td><a href="AddEducationBackground.html">AddEducationBackground</a></td></tr>
<tr><td><a href="ChangeEducationBackground.html">ChangeEducationBackground</a></td></tr>
<tr><td><a href="SearchEducationBackground.html">SearchEducationBackground</a></td></tr>
<tr><td><a href="CheckPublicView.html">CheckPublicView</a></td></tr>
<tr><td><a href="CheckIndexView.html">CheckIndexView</a></td></tr>
<tr><td><a href="DeleteEducationalBackground.html">DeleteEducationalBackground</a></td></tr>
<tr><td><a href="DeleteTestFacultyMember.html">DeleteTestFacultyMember</a></td></tr>
</tbody></table>
</body>
</html>
<?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="CreateTestFacultyMember.html">CreateTestFacultyMember</a></td></tr>
<tr><td><a href="AddEducationBackground.html">AddEducationBackground</a></td></tr>
<tr><td><a href="ChangeEducationBackground.html">ChangeEducationBackground</a></td></tr>
<tr><td><a href="SearchEducationBackground.html">SearchEducationBackground</a></td></tr>
<tr><td><a href="CheckPublicView.html">CheckPublicView</a></td></tr>
<tr><td><a href="CheckIndexView.html">CheckIndexView</a></td></tr>
<tr><td><a href="DeleteEducationalBackground.html">DeleteEducationalBackground</a></td></tr>
<tr><td><a href="DeleteTestFacultyMember.html">DeleteTestFacultyMember</a></td></tr>
</tbody></table>
</body>
</html>