Add "deleteAllVisibleCookies" command to reduce the number of cascading errors.

This commit is contained in:
jeb228 2010-03-31 19:50:47 +00:00
parent 7a3b2a6bec
commit d695c2b73c
39 changed files with 197 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<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>Check User Privileges</title>
<title>CheckUserBasedPrivileges</title>
<style type="text/css">
.testName {
color: blue;
@ -27,8 +27,13 @@
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3" class="testName">Check User Privileges</td></tr>
<tr><td rowspan="1" colspan="3" class="testName">CheckUserBasedPrivileges</td></tr>
</thead><tbody>
<tr>
<td>deleteAllVisibleCookies</td>
<td></td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">This tests if a User can be associated with an Individual and if the User can then do profile editing.</td>