diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2015-01-19 22:10:09 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-01-19 20:27:51 +0000 |
commit | 06d4271bd7473de85f020f92f1d3e0c9021a938b (patch) | |
tree | 1486ac59a7179edbe9b59983a69a6d1baed2c2c6 /uitest/tb2 | |
parent | a8b429861077bac0eb7de3c2c98fa6d54a31ed82 (diff) | |
download | vaadin-framework-06d4271bd7473de85f020f92f1d3e0c9021a938b.tar.gz vaadin-framework-06d4271bd7473de85f020f92f1d3e0c9021a938b.zip |
Fix base_theme_test. (#15408)
Change-Id: Ib7b0572f0131f97f849d6d47acf3ffdf1edd1cc7
Diffstat (limited to 'uitest/tb2')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/uitest/base_theme_test.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/uitest/base_theme_test.html b/uitest/tb2/com/vaadin/tests/components/uitest/base_theme_test.html index cdbcf8bacc..a87cba69ab 100644 --- a/uitest/tb2/com/vaadin/tests/components/uitest/base_theme_test.html +++ b/uitest/tb2/com/vaadin/tests/components/uitest/base_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> |