diff options
author | Artur Signell <artur@vaadin.com> | 2014-08-06 15:30:05 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-11 19:21:41 +0000 |
commit | 1e7b64901e014f6d3336045616df9dba1df97c25 (patch) | |
tree | 34c49f6477a2fd10feb5f4be841cb7ce863a77f3 /uitest/src/com/vaadin/tests/VerifyAssertionsEnabled.html | |
parent | 5ffd6f3da371d0d8d8054bb9ccf6f65f6fd3d2cb (diff) | |
download | vaadin-framework-1e7b64901e014f6d3336045616df9dba1df97c25.tar.gz vaadin-framework-1e7b64901e014f6d3336045616df9dba1df97c25.zip |
SingleBrowserTest for testing browser-unrelated functionality
Change-Id: Ife2ce000cae1386334596a99592263bd489a5204
Diffstat (limited to 'uitest/src/com/vaadin/tests/VerifyAssertionsEnabled.html')
-rw-r--r-- | uitest/src/com/vaadin/tests/VerifyAssertionsEnabled.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/uitest/src/com/vaadin/tests/VerifyAssertionsEnabled.html b/uitest/src/com/vaadin/tests/VerifyAssertionsEnabled.html deleted file mode 100644 index 40ac075d53..0000000000 --- a/uitest/src/com/vaadin/tests/VerifyAssertionsEnabled.html +++ /dev/null @@ -1,26 +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.VerifyAssertionsEnabled?restartApplication</td> - <td></td> -</tr> -<tr> - <td>assertText</td> - <td>vaadin=runcomvaadintestsVerifyAssertionsEnabled::/VVerticalLayout[0]/VVerticalLayout[0]/VLabel[0]</td> - <td>Assertions are enabled</td> -</tr> -</tbody></table> -</body> -</html> |