diff options
author | Mika Murtojarvi <mika@vaadin.com> | 2015-06-12 11:20:49 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-06-15 14:04:31 +0000 |
commit | 9dc69b25e4599077c0f743b04237c09fad29ecde (patch) | |
tree | 330aa3bc446feecbd92105e483dcd51c1fca428e /uitest/tb2 | |
parent | dd3f0ee94dd06ccd7f0272b817fd50f437519f2e (diff) | |
download | vaadin-framework-9dc69b25e4599077c0f743b04237c09fad29ecde.tar.gz vaadin-framework-9dc69b25e4599077c0f743b04237c09fad29ecde.zip |
Replace a TB2 test of Table column reordering.
Change-Id: I31649d5bf5a5463bea5f8f1689100ad8b69b5205
Diffstat (limited to 'uitest/tb2')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/table/ColumnReorderingWithManyColumns.html | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/table/ColumnReorderingWithManyColumns.html b/uitest/tb2/com/vaadin/tests/components/table/ColumnReorderingWithManyColumns.html deleted file mode 100644 index 5b5c83e629..0000000000 --- a/uitest/tb2/com/vaadin/tests/components/table/ColumnReorderingWithManyColumns.html +++ /dev/null @@ -1,42 +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>ColumnReorderingWithManyColumns</title> -</head> -<body> -<table cellpadding="1" cellspacing="1" border="1"> -<thead> -<tr><td rowspan="1" colspan="3">ColumnReorderingWithManyColumns</td></tr> -</thead><tbody> -<tr> - <td>open</td> - <td>/run/ColumnReorderingWithManyColumns?restartApplication</td> - <td></td> -</tr> -<tr> - <td>drag</td> - <td>vaadin=runColumnReorderingWithManyColumns::/VVerticalLayout[0]/Slot[1]/VVerticalLayout[0]/Slot[0]/VScrollTable[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[2]/</td> - <td>10,10</td> -</tr> -<tr> - <td>mouseMoveAt</td> - <td>vaadin=runColumnReorderingWithManyColumns::/VVerticalLayout[0]/Slot[1]/VVerticalLayout[0]/Slot[0]/VScrollTable[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[10]/domChild[2]</td> - <td>10,10</td> -</tr> -<tr> - <td>screenCapture</td> - <td></td> - <td></td> -</tr> -<tr> - <td>drop</td> - <td>vaadin=runColumnReorderingWithManyColumns::/VVerticalLayout[0]/Slot[1]/VVerticalLayout[0]/Slot[0]/VScrollTable[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[10]/domChild[2]</td> - <td>10,10</td> -</tr> - -</tbody></table> -</body> -</html> |