diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-03 08:06:27 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-03 08:06:27 +0000 |
commit | a99850a634538407823cb896ce8fa49a097f1605 (patch) | |
tree | e6222a766eccec79134a611380b88f39f59ad91f /tests | |
parent | 493f179c254a873a7a7ddf36f2a642c9386028da (diff) | |
download | vaadin-framework-a99850a634538407823cb896ce8fa49a097f1605.tar.gz vaadin-framework-a99850a634538407823cb896ce8fa49a097f1605.zip |
#7266 eliminate use of Sampler in GateIn integration test, related new screenshots
svn changeset:20092/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-addressbook.html (renamed from tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-sampler.html) | 38 | ||||
-rw-r--r-- | tests/integration_tests.xml | 3 |
2 files changed, 21 insertions, 20 deletions
diff --git a/tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-sampler.html b/tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-addressbook.html index 29fea4f77f..0bc1c1abbf 100644 --- a/tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-sampler.html +++ b/tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-addressbook.html @@ -4,12 +4,12 @@ <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>integration-test-GateIn-3.1.0-sampler</title> +<title>integration-test-GateIn-3.1.0-addressbook</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> -<tr><td rowspan="1" colspan="3">integration-test-GateIn-3.1.0-sampler</td></tr> +<tr><td rowspan="1" colspan="3">integration-test-GateIn-3.1.0-addressbook</td></tr> </thead><tbody> <tr> <td>open</td> @@ -69,7 +69,7 @@ <tr> <td>enterCharacter</td> <td>pageName</td> - <td>Sampler</td> + <td>AddressBook</td> </tr> <tr> <td>mouseClick</td> @@ -97,18 +97,13 @@ <td>51,11</td> </tr> <tr> - <td>scroll</td> - <td>//div[@id='UIPageEditor']/div[2]/div/div/div/div/div</td> - <td>609</td> -</tr> -<tr> <td>pause</td> <td>300</td> <td></td> </tr> <tr> <td>drag</td> - <td>//div[@id='demo/SamplerPortlet']/div/div/div[1]/div[2]</td> + <td>//div[@id='demo/AddressBookPortlet']/div/div/div[1]/div[2]</td> <td></td> </tr> <tr> @@ -123,28 +118,33 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[5]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> - <td>22,-1763</td> + <td>//div[@id='UIPage']/div/div/div[2]/div/div/div/div/div/div/div[2]/div/div[2]/div/div/div/div[1]/div/div/div[2]/div/div[2]/div[1]/table/tbody/tr[3]/td[1]/div</td> + <td>62,13</td> </tr> <tr> - <td>mouseClick</td> - <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> - <td>20,13</td> + <td>pause</td> + <td>500</td> + <td></td> </tr> <tr> <td>screenCapture</td> <td></td> - <td>tooltips</td> + <td>Marge_selected</td> </tr> <tr> - <td>mouseClick</td> - <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> - <td>21,12</td> + <td>click</td> + <td>//div[@id='UIPage']/div/div/div[2]/div/div/div/div/div/div/div[2]/div/div[2]/div/div/div/div[1]/div/div/div[1]/div/fieldset/div[4]/div/div/div[3]/div/div/span/span</td> + <td></td> +</tr> +<tr> + <td>pause</td> + <td>500</td> + <td></td> </tr> <tr> <td>screenCapture</td> <td></td> - <td>icons</td> + <td>Marge_in_edit_mode</td> </tr> </tbody></table> diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index e665213e12..b82ad07a14 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -279,7 +279,7 @@ </target>
<target name="integration-test-gatein-3">
- <fileset dir="integration-testscripts" id="html-test-files" includes="GateIn-3/integration-test-GateIn-3.1.0-sampler.html" />
+ <fileset dir="integration-testscripts" id="html-test-files" includes="GateIn-3/integration-test-GateIn-3.1.0-addressbook.html" />
<pathconvert pathsep=" " property="test-gatein" refid="html-test-files" />
<subant target="run-tests" failonerror="false" antfile="test.xml">
@@ -290,6 +290,7 @@ <property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-gatein}" />
<property name="test-output-dir" value="../build/integration-test-output" />
+ <property name="retries" value="0" />
<fileset dir="." includes="test.xml" />
</subant>
|