diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-05-04 13:13:00 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-05-05 05:50:57 +0000 |
commit | 3c5824fad9f22a3091d2bcb52122959c513d14f7 (patch) | |
tree | 5a3749bb014d1e81fde9c31a80e16886ad1a2b46 /uitest/tb2/com/vaadin | |
parent | 7e4459bd1dd5e103e0e6dba76be85f67052b6bb1 (diff) | |
download | vaadin-framework-3c5824fad9f22a3091d2bcb52122959c513d14f7.tar.gz vaadin-framework-3c5824fad9f22a3091d2bcb52122959c513d14f7.zip |
Convert InitialFragmentEvent test from TB2 to TB4
Change-Id: I8c69bc1230076e4c5de09b99a22de21796709f5d
Diffstat (limited to 'uitest/tb2/com/vaadin')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/ui/ChangeFragmentOnServerToMatchClient.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/ui/ChangeFragmentOnServerToMatchClient.html b/uitest/tb2/com/vaadin/tests/components/ui/ChangeFragmentOnServerToMatchClient.html deleted file mode 100644 index 8276f0fd89..0000000000 --- a/uitest/tb2/com/vaadin/tests/components/ui/ChangeFragmentOnServerToMatchClient.html +++ /dev/null @@ -1,37 +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://arturwin.office.itmill.com:9999/" /> -<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.ui.InitialFragmentEvent?restartApplication#foo</td> - <td></td> -</tr> -<tr> - <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentsuiInitialFragmentEvent::PID_SLog_row_0</td> - <td></td> -</tr> -<!--Changing the fragment to the initial fragment should not cause an event--> -<tr> - <td>click</td> - <td>vaadin=runcomvaadintestscomponentsuiInitialFragmentEvent::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VButton[0]/domChild[0]/domChild[0]</td> - <td></td> -</tr> -<tr> - <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentsuiInitialFragmentEvent::PID_SLog_row_0</td> - <td></td> -</tr> -</tbody></table> -</body> -</html> |