Fixed the one selenium test

This commit is contained in:
ilya 2010-08-04 15:30:27 -07:00
parent 8abdcf292e
commit 04396db426
2 changed files with 13 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<body> <body>
<table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody> <table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody>
<tr><td><b>Test Suite</b></td></tr> <tr><td><b>Test Suite</b></td></tr>
<tr><td><a href="../../../Diaspora_selenium">Diaspora_selenium</a></td></tr> <tr><td><a href="post_and_delete_status_message_not_testing_websocket">post_and_delete_status_message_not_testing_websocket</a></td></tr>
</tbody></table> </tbody></table>
</body> </body>
</html> </html>

View file

@ -4,12 +4,12 @@
<head profile="http://selenium-ide.openqa.org/profiles/test-case"> <head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://tom.joindiaspora.com/" /> <link rel="selenium.base" href="http://tom.joindiaspora.com/" />
<title>post_and_delete_status_message</title> <title>post_and_delete_status_message_not_testing_websocket</title>
</head> </head>
<body> <body>
<table cellpadding="1" cellspacing="1" border="1"> <table cellpadding="1" cellspacing="1" border="1">
<thead> <thead>
<tr><td rowspan="1" colspan="3">post_and_delete_status_message</td></tr> <tr><td rowspan="1" colspan="3">post_and_delete_status_message_not_testing_websocket</td></tr>
</thead><tbody> </thead><tbody>
<tr> <tr>
<td>open</td> <td>open</td>
@ -36,6 +36,11 @@
<td>status_message_submit</td> <td>status_message_submit</td>
<td></td> <td></td>
</tr> </tr>
<tr>
<td>refreshAndWait</td>
<td></td>
<td></td>
</tr>
<tr> <tr>
<td>verifyTextPresent</td> <td>verifyTextPresent</td>
<td>THIS IS A RUNNING SELENIUM TEST AAAAAAAAH</td> <td>THIS IS A RUNNING SELENIUM TEST AAAAAAAAH</td>
@ -51,6 +56,11 @@
<td>Are you sure?</td> <td>Are you sure?</td>
<td></td> <td></td>
</tr> </tr>
<tr>
<td>refreshAndWait</td>
<td></td>
<td></td>
</tr>
<tr> <tr>
<td>verifyTextNotPresent</td> <td>verifyTextNotPresent</td>
<td>THIS IS A RUNNING SELENIUM TEST AAAAAAAAH</td> <td>THIS IS A RUNNING SELENIUM TEST AAAAAAAAH</td>