Skip to content

Commit

Permalink
Updating flexpilot selenium tests to use flexpilot.org
Browse files Browse the repository at this point in the history
  • Loading branch information
admc committed Feb 14, 2011
1 parent 9aa7c73 commit 5c7334a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
3 changes: 1 addition & 2 deletions tests/se_tests/TestAccordion.sel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
<td>/TestAccordion.html</td>
<td>/apps/basic/TestAccordion.html</td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -61,7 +61,6 @@
<td>id=testApp</td>
<td>label=1. Shipping Address,chain=id:testApp/id:accordion1</td>
</tr>

</tbody></table>
</body>
</html>
16 changes: 5 additions & 11 deletions tests/se_tests/TestBasic.sel
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,18 @@
</thead><tbody>
<tr>
<td>open</td>
<td>/TestBasic.html</td>
<td>/apps/basic/TestBasic.html</td>
<td></td>
</tr>
<tr>
<td>waitForFlexReady</td>
<td>id=testApp</td>
<td></td>
</tr>
<tr>
<td>flexClick</td>
<td>id=testApp</td>
<td>chain=name:testTextArea/name:UITextField18</td>
</tr>
<tr>
<td>flexType</td>
<td>id=testApp</td>
<td>text=testing,chain=name:testTextArea/name:UITextField18</td>
<td>text=testing,chain=name:testTextArea</td>
</tr>
<tr>
<td>flexClick</td>
Expand All @@ -39,12 +34,12 @@
<tr>
<td>flexType</td>
<td>id=testApp</td>
<td>text=smaller box,chain=name:testTextInput/name:UITextField23</td>
<td>text=smaller box,chain=name:testTextInput</td>
</tr>
<tr>
<td>flexClick</td>
<td>id=testApp</td>
<td>chain=name:comboTest/name:Button36</td>
<td>chain=name:comboTest</td>
</tr>
<tr>
<td>flexSelect</td>
Expand All @@ -59,14 +54,13 @@
<tr>
<td>flexClick</td>
<td>id=testApp</td>
<td>chain=name:comboTest/name:Button36</td>
<td>chain=name:comboTest</td>
</tr>
<tr>
<td>flexSelect</td>
<td>id=testApp</td>
<td>label=Alex,chain=name:comboTest</td>
</tr>

</tbody></table>
</body>
</html>
8 changes: 6 additions & 2 deletions tests/se_tests/TestCalendar.sel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
<td>/TestCalendar.html</td>
<td>/apps/basic/TestCalendar.html</td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -76,12 +76,16 @@
<td>id=testApp</td>
<td>date=11/26/2010,chain=id:date2</td>
</tr>
<tr>
<td>waitForFlexObject</td>
<td>id=testApp</td>
<td>chain=id:date2/name:Button*</td>
</tr>
<tr>
<td>flexClick</td>
<td>id=testApp</td>
<td>chain=id:date2/name:Button*</td>
</tr>

</tbody></table>
</body>
</html>
3 changes: 1 addition & 2 deletions tests/se_tests/TestRaw.sel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
<td>/TestRaw.html</td>
<td>/apps/basic/TestRaw.html</td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -56,7 +56,6 @@
<td>id=testApp</td>
<td>chain=automationName:modalSaveSaveButton</td>
</tr>

</tbody></table>
</body>
</html>

0 comments on commit 5c7334a

Please sign in to comment.