diff options
author | Artur Signell <artur@vaadin.com> | 2014-12-18 13:26:19 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-18 11:30:37 +0000 |
commit | dd8521407bb873a12d2c57100d6af5941b61fd6b (patch) | |
tree | 2054e997bca221446122fe5c8a24367e89eabf97 /uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html | |
parent | dac2d7ec49d0213ddd2977b9a3dc05c8366ff6b2 (diff) | |
download | vaadin-framework-dd8521407bb873a12d2c57100d6af5941b61fd6b.tar.gz vaadin-framework-dd8521407bb873a12d2c57100d6af5941b61fd6b.zip |
Move TB2 files to separate folder
This avoids running other HTML files as TB2 tests
Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
Diffstat (limited to 'uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html')
-rw-r--r-- | uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html b/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html deleted file mode 100644 index ff5c731e5c..0000000000 --- a/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html +++ /dev/null @@ -1,106 +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>CssLayoutRemoveComponent</title> -</head> -<body> -<table cellpadding="1" cellspacing="1" border="1"> -<thead> -<tr><td rowspan="1" colspan="3">CssLayoutRemoveComponent</td></tr> -</thead><tbody> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&debug&otherparam</td> - <td></td> -</tr> -<tr> - <td>assertElementPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?debug&restartApplication</td> - <td></td> -</tr> -<tr> - <td>assertElementPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication</td> - <td></td> -</tr> -<tr> - <td>assertElementNotPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&mode=debug</td> - <td></td> -</tr> -<tr> - <td>assertElementNotPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?nodebug&restartApplication</td> - <td></td> -</tr> -<tr> - <td>assertElementNotPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&nodebug</td> - <td></td> -</tr> -<tr> - <td>assertElementNotPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&debug=quiet</td> - <td></td> -</tr> -<tr> - <td>assertElementNotPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?debug=quiet&restartApplication</td> - <td></td> -</tr> -<tr> - <td>assertElementNotPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -<tr> - <td>open</td> - <td>/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&debug=quiet#/asdf</td> - <td></td> -</tr> -<tr> - <td>assertElementNotPresent</td> - <td>vaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugWindow[0]</td> - <td></td> -</tr> -</tbody></table> -</body> -</html> |