]> source.dussan.org Git - vaadin-framework.git/commitdiff
test script
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 26 Aug 2010 07:21:25 +0000 (07:21 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 26 Aug 2010 07:21:25 +0000 (07:21 +0000)
svn changeset:14604/svn branch:6.4

tests/src/com/vaadin/tests/components/table/TableShouldNotEatValueChanges.html [new file with mode: 0644]

diff --git a/tests/src/com/vaadin/tests/components/table/TableShouldNotEatValueChanges.html b/tests/src/com/vaadin/tests/components/table/TableShouldNotEatValueChanges.html
new file mode 100644 (file)
index 0000000..cfcf8b5
--- /dev/null
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<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>TableShouldNotEatValueChanges</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">TableShouldNotEatValueChanges</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>/run/TableShouldNotEatValueChanges?restartApplication</td>
+       <td></td>
+</tr>
+<tr>
+       <td>mouseClick</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTextField[0]</td>
+       <td>139,5</td>
+</tr>
+<tr>
+       <td>enterCharacter</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTextField[0]</td>
+       <td>fooo</td>
+</tr>
+<tr>
+       <td>mouseClick</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td>
+       <td>18,11:shift</td>
+</tr>
+<tr>
+       <td>assertText</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::Root/VNotification[0]</td>
+       <td>TF Value on the server:fooo</td>
+</tr>
+<tr>
+       <td>closeNotification</td>
+       <td>//body/div[2]</td>
+       <td>0,0</td>
+</tr>
+<tr>
+       <td>mouseClick</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTextField[0]</td>
+       <td>74,15</td>
+</tr>
+<tr>
+       <td>mouseClick</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTextField[0]</td>
+       <td>74,15</td>
+</tr>
+<tr>
+       <td>enterCharacter</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTextField[0]</td>
+       <td>baar</td>
+</tr>
+<tr>
+       <td>mouseClick</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[2]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td>
+       <td>12,12</td>
+</tr>
+<tr>
+       <td>assertText</td>
+       <td>vaadin=runTableShouldNotEatValueChanges::Root/VNotification[0]/HTML[0]/domChild[0]</td>
+       <td>TF Value on the server:baar</td>
+</tr>
+<tr>
+       <td>closeNotification</td>
+       <td>//body/div[2]</td>
+       <td>0,0</td>
+</tr>
+
+</tbody></table>
+</body>
+</html>