]> source.dussan.org Git - vaadin-framework.git/commitdiff
test script
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 11 Oct 2011 14:11:46 +0000 (14:11 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 11 Oct 2011 14:11:46 +0000 (14:11 +0000)
svn changeset:21681/svn branch:6.7

tests/testbench/com/vaadin/tests/components/textfield/TextFieldWithPropertyFormatter.html [new file with mode: 0644]

diff --git a/tests/testbench/com/vaadin/tests/components/textfield/TextFieldWithPropertyFormatter.html b/tests/testbench/com/vaadin/tests/components/textfield/TextFieldWithPropertyFormatter.html
new file mode 100644 (file)
index 0000000..f6406af
--- /dev/null
@@ -0,0 +1,42 @@
+<?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>TextFieldWithPropertyFormatter</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">TextFieldWithPropertyFormatter</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>/run/com.vaadin.tests.components.textfield.TextFieldWithPropertyFormatter?restartApplication</td>
+       <td></td>
+</tr>
+<tr>
+       <td>mouseClick</td>
+       <td>vaadin=runcomvaadintestscomponentstextfieldTextFieldWithPropertyFormatter::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTextField[0]</td>
+       <td>-10,5</td>
+</tr>
+<tr>
+       <td>enterCharacter</td>
+       <td>vaadin=runcomvaadintestscomponentstextfieldTextFieldWithPropertyFormatter::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTextField[0]</td>
+       <td>12345.6789</td>
+</tr>
+<tr>
+       <td>click</td>
+       <td>vaadin=runcomvaadintestscomponentstextfieldTextFieldWithPropertyFormatter::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VButton[0]/domChild[0]/domChild[0]</td>
+       <td></td>
+</tr>
+<tr>
+       <td>verifyValue</td>
+       <td>vaadin=runcomvaadintestscomponentstextfieldTextFieldWithPropertyFormatter::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTextField[0]</td>
+       <td>12,345.68</td>
+</tr>
+
+</tbody></table>
+</body>
+</html>