diff options
author | John Ahlroos <john@vaadin.com> | 2013-08-26 14:26:25 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2013-08-26 14:26:25 +0300 |
commit | bd4442bf6746bffdefb321a70e8a204a24946361 (patch) | |
tree | 3ea8e4d7e119ea443b3bf6fc4b0e34ecb7588eb0 | |
parent | 39fd5fc7c54987145ca4d9a1b9ffb3ebffb8f45c (diff) | |
download | vaadin-framework-bd4442bf6746bffdefb321a70e8a204a24946361.tar.gz vaadin-framework-bd4442bf6746bffdefb321a70e8a204a24946361.zip |
Fixed broken test due to changes in drop position by #12406
Change-Id: Ia5c706a4315f8b8c618ca5c3e8681e656809dcec
-rw-r--r-- | uitest/src/com/vaadin/tests/dd/NotPaintedAcceptSource.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/uitest/src/com/vaadin/tests/dd/NotPaintedAcceptSource.html b/uitest/src/com/vaadin/tests/dd/NotPaintedAcceptSource.html index 03a4830584..2fcede8be9 100644 --- a/uitest/src/com/vaadin/tests/dd/NotPaintedAcceptSource.html +++ b/uitest/src/com/vaadin/tests/dd/NotPaintedAcceptSource.html @@ -3,7 +3,6 @@ <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://localhost:8888/" /> <title>New Test</title> </head> <body> @@ -25,7 +24,7 @@ <tr> <td>drop</td> <td>vaadin=runcomvaadintestsddNotPaintedAcceptSource::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> - <td>124,20</td> + <td>0,0</td> </tr> <!--Assert drag was successful--> <tr> @@ -53,7 +52,7 @@ <tr> <td>drop</td> <td>vaadin=runcomvaadintestsddNotPaintedAcceptSource::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[2]/domChild[0]/domChild[0]</td> - <td>139,18</td> + <td>0,0</td> </tr> <tr> <td>contextmenu</td> |