Просмотр исходного кода

Move/remove old TB2 tests

Change-Id: I6f1c2c3dc55b76c66f3d231f37d6b0709126d801
tags/7.7.0.alpha1
Henri Sara 8 лет назад
Родитель
Сommit
275d0f15ee

+ 0
- 61
tests/testbench/com/vaadin/tests/components/table/TableFocusOnRefreshRowCache.html Просмотреть файл

@@ -1,61 +0,0 @@
<?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="http://localhost:8888/" />
<title>TableFocusOnRefreshRowCache</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">TableFocusOnRefreshRowCache</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/run/com.vaadin.tests.components.table.TableFocusOnRefreshRowCache?restartApplication</td>
<td></td>
</tr>
<tr>
<td>scroll</td>
<td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]</td>
<td>3161</td>
</tr>
<tr>
<td>pause</td>
<td>500</td>
<td></td>
</tr>
<tr>
<td>mouseClick</td>
<td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[42]/domChild[0]/domChild[0]</td>
<td>186,-3151</td>
</tr>
<!-- Opera does some funky stuff with the row indices when this is run in
testbench, making it impossible to reliably test that the stylenames are
in the right location. Must instead just test that the stylename is not in
the position it was prior to fixing the bug, although that could never
fail in Opera since it looks at the wrong row
-->
<!--
<tr>
<td>assertCSSClass</td>
<td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[35]</td>
<td>v-selected</td>
</tr>
<tr>
<td>assertCSSClass</td>
<td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[35]</td>
<td>v-table-focus</td>
</tr>
-->
<!-- Test that the first row in the view does not get focus -->
<tr>
<td>assertNotCSSClass</td>
<td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[23]</td>
<td>v-table-focus</td>
</tr>

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

+ 0
- 72
tests/testbench/com/vaadin/tests/components/textfield/TextChangeListenerLosesFocus.html Просмотреть файл

@@ -1,72 +0,0 @@
<?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="http://localhost:8068/" />
<title>TextChangeListenerLosesFocus</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">TextChangeListenerLosesFocus</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/run/com.vaadin.tests.components.textfield.TextChangeListenerLosesFocus?restartApplication</td>
<td></td>
</tr>
<tr>
<td>focus</td>
<td>test-textfield</td>
<td></td>
</tr>
<tr>
<td>enterCharacter</td>
<td>test-textfield</td>
<td>123</td>
</tr>
<tr>
<td>pause</td>
<td>1000</td>
<td></td>
</tr>
<tr>
<td>assertValue</td>
<td>test-textfield</td>
<td>Updated by TextChangeListener</td>
</tr>
<tr>
<td>assertCSSClass</td>
<td>test-textfield</td>
<td>v-textfield-focus</td>
</tr>
<tr>
<td>focus</td>
<td>test-textarea</td>
<td></td>
</tr>
<tr>
<td>enterCharacter</td>
<td>test-textarea</td>
<td>123</td>
</tr>
<tr>
<td>pause</td>
<td>1000</td>
<td></td>
</tr>
<tr>
<td>assertValue</td>
<td>test-textarea</td>
<td>Updated by TextChangeListener</td>
</tr>
<tr>
<td>assertCSSClass</td>
<td>test-textarea</td>
<td>v-textarea-focus</td>
</tr>

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

+ 0
- 47
tests/testbench/com/vaadin/tests/components/treetable/RowHeightWithoutRows.html Просмотреть файл

@@ -1,47 +0,0 @@
<?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="http://localhost:8888/" />
<title>New Test</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">New Test</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/run/com.vaadin.tests.components.treetable.RowHeightWithoutRows?restartApplication=</td>
<td></td>
</tr>
<tr>
<td>screenCapture</td>
<td></td>
<td>two</td>
</tr>
<tr>
<td>click</td>
<td>vaadin=runcomvaadintestscomponentstreetableRowHeightWithoutRows::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[2]/VButton[0]/domChild[0]/domChild[0]</td>
<td></td>
</tr>
<tr>
<td>screenCapture</td>
<td></td>
<td>empty</td>
</tr>
<tr>
<td>click</td>
<td>vaadin=runcomvaadintestscomponentstreetableRowHeightWithoutRows::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[3]/VButton[0]/domChild[0]/domChild[0]</td>
<td></td>
</tr>
<tr>
<td>screenCapture</td>
<td></td>
<td>five</td>
</tr>

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

tests/testbench/com/vaadin/tests/components/table/TableFocusOnRefreshRowCache.java → uitest/src/main/java/com/vaadin/tests/components/table/TableFocusOnRefreshRowCache.java Просмотреть файл


tests/testbench/com/vaadin/tests/components/treetable/RowHeightWithoutRows.java → uitest/src/main/java/com/vaadin/tests/components/treetable/RowHeightWithoutRows.java Просмотреть файл


Загрузка…
Отмена
Сохранить