summaryrefslogtreecommitdiffstats
path: root/uitest/tb2/com
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2015-07-01 16:18:42 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2015-07-08 10:59:39 +0300
commitde2ba005c775d3c5c79491f2890cb457456c0de1 (patch)
tree5ba655c044aed6b2bfca30c29d505546c0fa7911 /uitest/tb2/com
parent1784f12ee888cefad2c964e2f758841460ef75c6 (diff)
downloadvaadin-framework-de2ba005c775d3c5c79491f2890cb457456c0de1.tar.gz
vaadin-framework-de2ba005c775d3c5c79491f2890cb457456c0de1.zip
Migrate ComboBoxNoTextInput test from TB2 to TB4
Change-Id: I3c2e5022639da785ab76eb8cf12b979195b76ff3
Diffstat (limited to 'uitest/tb2/com')
-rw-r--r--uitest/tb2/com/vaadin/tests/components/combobox/ComboBoxNoTextInput.html75
1 files changed, 0 insertions, 75 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/combobox/ComboBoxNoTextInput.html b/uitest/tb2/com/vaadin/tests/components/combobox/ComboBoxNoTextInput.html
deleted file mode 100644
index 2066da47c1..0000000000
--- a/uitest/tb2/com/vaadin/tests/components/combobox/ComboBoxNoTextInput.html
+++ /dev/null
@@ -1,75 +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:8080/" />
-<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.combobox.ComboBoxes2?restartApplication</td>
- <td></td>
-</tr>
-<!--Disabled text input-->
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::PID_Smenu#item0</td>
- <td>34,8</td>
-</tr>
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::Root/VOverlay[0]/VMenuBar[0]#item0</td>
- <td>21,3</td>
-</tr>
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::Root/VOverlay[1]/VMenuBar[0]#item8</td>
- <td>52,7</td>
-</tr>
-<!--Check that clicking the text field opens the popup-->
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::PID_StestComponent/domChild[0]</td>
- <td>37,8</td>
-</tr>
-<tr>
- <td>assertElementPresent</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::Root/VFilterSelect$SuggestionPopup[0]/VFilterSelect$SuggestionMenu[0]#item0</td>
- <td></td>
-</tr>
-<!--Enabled text input again-->
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::PID_Smenu#item0</td>
- <td>35,5</td>
-</tr>
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::Root/VOverlay[0]/VMenuBar[0]#item0</td>
- <td>14,10</td>
-</tr>
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::Root/VOverlay[1]/VMenuBar[0]#item8</td>
- <td>34,6</td>
-</tr>
-<!--Check that clicking the text field does not open the popup-->
-<tr>
- <td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::PID_StestComponent/domChild[0]</td>
- <td>42,9</td>
-</tr>
-<tr>
- <td>assertElementNotPresent</td>
- <td>vaadin=runcomvaadintestscomponentscomboboxComboBoxes2::Root/VFilterSelect$SuggestionPopup[0]/VFilterSelect$SuggestionMenu[0]#item0</td>
- <td></td>
-</tr>
-</tbody></table>
-</body>
-</html>