summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-06-20 11:53:32 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2012-06-20 12:03:38 +0300
commit29d592938cabec07c72e007008d019136fbe5f4f (patch)
tree1803f92447b3673387f1ea44fd3e4d4eb616e88a /tests
parent2497678b040a5d259aa986c30cbf447610ba99fd (diff)
downloadvaadin-framework-29d592938cabec07c72e007008d019136fbe5f4f.tar.gz
vaadin-framework-29d592938cabec07c72e007008d019136fbe5f4f.zip
Fix tests broken by the layout overhaul
Diffstat (limited to 'tests')
-rw-r--r--tests/testbench/com/vaadin/tests/components/orderedlayout/LayoutClickListenerTest.html5
-rw-r--r--tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html11
2 files changed, 9 insertions, 7 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/orderedlayout/LayoutClickListenerTest.html b/tests/testbench/com/vaadin/tests/components/orderedlayout/LayoutClickListenerTest.html
index 4d33294dca..f0fd1568b1 100644
--- a/tests/testbench/com/vaadin/tests/components/orderedlayout/LayoutClickListenerTest.html
+++ b/tests/testbench/com/vaadin/tests/components/orderedlayout/LayoutClickListenerTest.html
@@ -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="" />
+<link rel="selenium.base" href="http://localhost:8070" />
<title>LayoutClickListenerTest</title>
</head>
<body>
@@ -78,7 +78,7 @@
</tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentsorderedlayoutLayoutClickListenerTest::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VGridLayout[0]/domChild[0]/domChild[0]</td>
+ <td>vaadin=runcomvaadintestscomponentsorderedlayoutLayoutClickListenerTest::/VVerticalLayout[0]/VVerticalLayout[0]/VGridLayout[0]</td>
<td>1135,146</td>
</tr>
<tr>
@@ -86,6 +86,7 @@
<td></td>
<td>everything_clicked</td>
</tr>
+
</tbody></table>
</body>
</html>
diff --git a/tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html b/tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html
index f679779d4b..af5b9ec180 100644
--- a/tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html
+++ b/tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html
@@ -3,13 +3,13 @@
<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="" />
-<title>New Test</title>
+<link rel="selenium.base" href="http://localhost:8070" />
+<title>WindowClickEvents</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
-<tr><td rowspan="1" colspan="3">New Test</td></tr>
+<tr><td rowspan="1" colspan="3">WindowClickEvents</td></tr>
</thead><tbody>
<tr>
<td>setSpeed</td>
@@ -23,8 +23,8 @@
</tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentswindowWindowClickEvents::/VVerticalLayout[0]/domChild[0]</td>
- <td>154,150</td>
+ <td>vaadin=runcomvaadintestscomponentswindowWindowClickEvents::/VVerticalLayout[0]/VLabel[0]</td>
+ <td>150,5</td>
</tr>
<tr>
<td>assertText</td>
@@ -72,6 +72,7 @@
<td>vaadin=runcomvaadintestscomponentswindowWindowClickEvents::PID_SLog_row_1</td>
<td>4. Click using left on Sub window</td>
</tr>
+
</tbody></table>
</body>
</html>