diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2015-01-19 22:14:20 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-01-19 20:55:03 +0000 |
commit | 78f79e5dfe763e65d4afe967e6a74536f99b73fb (patch) | |
tree | 57d6449e841c6da5f7a8018e1598f1d99927dd9d /uitest/tb2/com/vaadin | |
parent | 06d4271bd7473de85f020f92f1d3e0c9021a938b (diff) | |
download | vaadin-framework-78f79e5dfe763e65d4afe967e6a74536f99b73fb.tar.gz vaadin-framework-78f79e5dfe763e65d4afe967e6a74536f99b73fb.zip |
Fix chameleon_theme_test. (#15408)
Change-Id: I30338df3601968cb04dcd717489a74b5abc80bec
Diffstat (limited to 'uitest/tb2/com/vaadin')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/uitest/chameleon_theme_test.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/uitest/chameleon_theme_test.html b/uitest/tb2/com/vaadin/tests/components/uitest/chameleon_theme_test.html index d5d70a62d2..3c3c229e97 100644 --- a/uitest/tb2/com/vaadin/tests/components/uitest/chameleon_theme_test.html +++ b/uitest/tb2/com/vaadin/tests/components/uitest/chameleon_theme_test.html @@ -289,7 +289,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>9,8</td> </tr> <tr> @@ -304,7 +304,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>11,6</td> </tr> <tr> @@ -319,7 +319,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>8,5</td> </tr> <tr> @@ -334,7 +334,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>9,6</td> </tr> <tr> @@ -349,7 +349,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runThemeTestUI::/VWindow[0]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>10,7</td> </tr> <tr> |