diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-29 17:28:37 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-02-06 13:01:27 +0000 |
commit | 2cb5e967dc37fb8a430788b1a454123086f75c19 (patch) | |
tree | a3c2db4ee5ffb683487ca96774cd20aaff24b65c /uitest/tb2/com | |
parent | 20ff39aab17bd04c6d7e94c355593fe53e70ce88 (diff) | |
download | vaadin-framework-2cb5e967dc37fb8a430788b1a454123086f75c19.tar.gz vaadin-framework-2cb5e967dc37fb8a430788b1a454123086f75c19.zip |
Remove broken TB2 test, replaced by WindowCaptionTest
Change-Id: Ic33bd53eba7bc2e54c54c6a763272bd22230a356
Diffstat (limited to 'uitest/tb2/com')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/window/WindowCaptionTest.html | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/window/WindowCaptionTest.html b/uitest/tb2/com/vaadin/tests/components/window/WindowCaptionTest.html deleted file mode 100644 index 85ab67e4f6..0000000000 --- a/uitest/tb2/com/vaadin/tests/components/window/WindowCaptionTest.html +++ /dev/null @@ -1,76 +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" /> -<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.window.WindowTest?restartApplication</td> - <td></td> -</tr> -<tr> - <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> - <td>Short</td> -</tr> -<tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_Smenu#item0</td> - <td>52,19</td> -</tr> -<tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::Root/VOverlay[0]/VMenuBar[0]#item1</td> - <td>85,4</td> -</tr> -<tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::Root/VOverlay[1]/VMenuBar[0]#item2</td> - <td>67,9</td> -</tr> -<tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::Root/VOverlay[2]/VMenuBar[0]#item2</td> - <td>23,11</td> -</tr> -<tr> - <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> - <td>This is a semi-long text that might wrap.</td> -</tr> -<tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_Smenu#item0</td> - <td>52,19</td> -</tr> -<tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::Root/VOverlay[0]/VMenuBar[0]#item1</td> - <td>85,4</td> -</tr> -<tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::Root/VOverlay[1]/VMenuBar[0]#item2</td> - <td>67,9</td> -</tr> -<tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::Root/VOverlay[2]/VMenuBar[0]#item0</td> - <td>23,11</td> -</tr> -<tr> - <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> - <td></td> -</tr> - -</tbody></table> -</body> -</html> |