diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-03-18 11:08:43 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-18 11:48:44 +0000 |
commit | f80ea2b57f4a16fa4b6787576c62a4ddbd3d5849 (patch) | |
tree | 96c85916f7511253b424e1eac90d0be2dac995dc /uitest/tb2 | |
parent | a44cff3cc19f2e4ddc346a2e28090e92fc27a1f7 (diff) | |
download | vaadin-framework-f80ea2b57f4a16fa4b6787576c62a4ddbd3d5849.tar.gz vaadin-framework-f80ea2b57f4a16fa4b6787576c62a4ddbd3d5849.zip |
Migrate FlashIsVisible embedded test from TB2 to TB4
Change-Id: Ibb5c4e5ade99cddcc6bd96d19e00685eabca3812
Diffstat (limited to 'uitest/tb2')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/embedded/FlashIsVisible.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/embedded/FlashIsVisible.html b/uitest/tb2/com/vaadin/tests/components/embedded/FlashIsVisible.html deleted file mode 100644 index ffa2ac11ec..0000000000 --- a/uitest/tb2/com/vaadin/tests/components/embedded/FlashIsVisible.html +++ /dev/null @@ -1,33 +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>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.embedded.FlashIsVisible</td> - <td></td> -</tr> -<!--Allow the flash plugin to load before taking the screenshot--> -<tr> - <td>pause</td> - <td>5000</td> - <td></td> -</tr> -<tr> - <td>screenCapture</td> - <td></td> - <td>blue-circle</td> -</tr> - -</tbody></table> -</body> -</html> |