diff options
author | Artur Signell <artur@vaadin.com> | 2012-12-11 13:10:12 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-12-11 13:10:12 +0200 |
commit | d1d2c6651a02b4bc12f661bb64fa08440094dca3 (patch) | |
tree | db72c9441cc65b04b719bf2dce8b4dfcd2669a7b /uitest | |
parent | 35b2118013348d27e0943979907c1eae8d3cf843 (diff) | |
download | vaadin-framework-d1d2c6651a02b4bc12f661bb64fa08440094dca3.tar.gz vaadin-framework-d1d2c6651a02b4bc12f661bb64fa08440094dca3.zip |
Fixed identifiers to match reference names
Change-Id: I7b0bcf2f2cb2ce206204d13081153c04a9bbde62
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html index 3c2d97ec17..e764d62b12 100644 --- a/uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html +++ b/uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html @@ -129,7 +129,7 @@ <tr> <td>screenCapture</td> <td></td> - <td>selects-first-popup</td> + <td>selects-first-open</td> </tr> <tr> <td>mouseClick</td> @@ -139,7 +139,7 @@ <tr> <td>screenCapture</td> <td></td> - <td>selects-second-popup</td> + <td>selects-second-open</td> </tr> <tr> <td>mouseClick</td> @@ -149,7 +149,7 @@ <tr> <td>screenCapture</td> <td></td> - <td>selects-third-popup</td> + <td>selects-third-open</td> </tr> <tr> <td>mouseClick</td> @@ -159,7 +159,7 @@ <tr> <td>screenCapture</td> <td></td> - <td>selects-fourth-popup</td> + <td>selects-fourth-open</td> </tr> <tr> <td>mouseClick</td> |