summaryrefslogtreecommitdiffstats
path: root/uitest/tb2
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-03-06 15:51:56 +0200
committerVaadin Code Review <review@vaadin.com>2015-03-09 09:06:59 +0000
commitdee8a04d16f01ed062920913a251f0fd371c5b32 (patch)
tree5f28446c5d8efb537c13048931bf38d6177bac21 /uitest/tb2
parentb3684f5a1aee5fab2f3bdb6c77305151fc0f91a3 (diff)
downloadvaadin-framework-dee8a04d16f01ed062920913a251f0fd371c5b32.tar.gz
vaadin-framework-dee8a04d16f01ed062920913a251f0fd371c5b32.zip
Fix regression for Table selection and checkbox issue (#17064)
Converts the old TB2 test for the issue to TB4 as well. Change-Id: I76a37d836a55102221aa63e75f7ab605769bc0b9
Diffstat (limited to 'uitest/tb2')
-rw-r--r--uitest/tb2/com/vaadin/tests/components/table/SelectableEditable.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/table/SelectableEditable.html b/uitest/tb2/com/vaadin/tests/components/table/SelectableEditable.html
deleted file mode 100644
index 8d46523c40..0000000000
--- a/uitest/tb2/com/vaadin/tests/components/table/SelectableEditable.html
+++ /dev/null
@@ -1,32 +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="" />
-<title>SelectableEditable</title>
-</head>
-<body>
-<table cellpadding="1" cellspacing="1" border="1">
-<thead>
-<tr><td rowspan="1" colspan="3">SelectableEditable</td></tr>
-</thead><tbody>
-<tr>
- <td>open</td>
- <td>/run/com.vaadin.tests.components.table.SelectableEditable?restartApplication</td>
- <td></td>
-</tr>
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentstableSelectableEditable::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td>
- <td>70,12</td>
-</tr>
-<tr>
- <td>assertCSSClass</td>
- <td>vaadin=runcomvaadintestscomponentstableSelectableEditable::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]</td>
- <td>v-selected</td>
-</tr>
-
-</tbody></table>
-</body>
-</html>