NIHVIVO-76 Clean up and add comments.

This commit is contained in:
jeb228 2010-03-02 16:18:00 +00:00
parent a5423e5299
commit eb2fe78f5f
2 changed files with 66 additions and 21 deletions

View file

@ -3,7 +3,7 @@
<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://localhost:8080/vivo" />
<link rel="selenium.base" href="" />
<title>Bookmark Without Logging In</title>
<style type="text/css">
.testName {
@ -29,11 +29,21 @@
<thead>
<tr><td rowspan="1" colspan="3" class="testName">Bookmark Without Logging In</td></tr>
</thead><tbody>
<tr>
<td>comment</td>
<td class="comment">Try to view Data Property Hierarchy page without logging in</td>
<td></td>
</tr>
<tr>
<td>open</td>
<td>./showDataPropertyHierarchy?home=1</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">It takes us to login page instead</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>VIVO Site Administration</td>
@ -55,7 +65,12 @@
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>comment</td>
<td class="comment">After logging in, we go to the Data Property Hierarchy page, as intended.</td>
<td></td>
</tr>
<tr>
<td>verifyTitle</td>
<td>Data Property Hierarchy</td>
<td></td>
</tr>
@ -64,6 +79,11 @@
<td>Data Property Hierarchy</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Log out</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>link=Log out</td>