summaryrefslogtreecommitdiffstats
path: root/uitest/src
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-01-10 02:14:47 +0200
committerArtur Signell <artur@vaadin.com>2013-01-10 02:14:47 +0200
commit402b4bdc31ff4ad804aaa0ddbebcbd6c445c2e9b (patch)
tree55fb4d380f15111ebb43a47df3c1cfce5c2712ce /uitest/src
parentb21928354951914a42f8599347b12ed76b554a52 (diff)
downloadvaadin-framework-402b4bdc31ff4ad804aaa0ddbebcbd6c445c2e9b.tar.gz
vaadin-framework-402b4bdc31ff4ad804aaa0ddbebcbd6c445c2e9b.zip
Made tests more reliable
Change-Id: I36e440985c3870cec11e8aa582f2240a546a9229
Diffstat (limited to 'uitest/src')
-rw-r--r--uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html8
-rw-r--r--uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html8
-rw-r--r--uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html8
-rw-r--r--uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html8
-rw-r--r--uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html8
5 files changed, 20 insertions, 20 deletions
diff --git a/uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html
index 27805ef61e..7bb36b7ebb 100644
--- a/uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html
+++ b/uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html
@@ -378,7 +378,7 @@
<td>notification-humanized</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>214,15</td>
</tr>
@@ -393,7 +393,7 @@
<td>notification-warning</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>172,13</td>
</tr>
@@ -408,7 +408,7 @@
<td>notification-error</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>318,11</td>
</tr>
@@ -423,7 +423,7 @@
<td>notification-tray</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>66,9</td>
</tr>
diff --git a/uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html
index 754fadf3d6..ff112e4dc4 100644
--- a/uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html
+++ b/uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html
@@ -378,7 +378,7 @@
<td>notification-humanized</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>214,15</td>
</tr>
@@ -393,7 +393,7 @@
<td>notification-warning</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>172,13</td>
</tr>
@@ -408,7 +408,7 @@
<td>notification-error</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>318,11</td>
</tr>
@@ -423,7 +423,7 @@
<td>notification-tray</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>66,9</td>
</tr>
diff --git a/uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html
index 04778d76ba..109f1f1610 100644
--- a/uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html
+++ b/uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html
@@ -378,7 +378,7 @@
<td>notification-humanized</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>214,15</td>
</tr>
@@ -393,7 +393,7 @@
<td>notification-warning</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>172,13</td>
</tr>
@@ -408,7 +408,7 @@
<td>notification-error</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>318,11</td>
</tr>
@@ -423,7 +423,7 @@
<td>notification-tray</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>66,9</td>
</tr>
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 e764d62b12..f5a654b21a 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
@@ -378,7 +378,7 @@
<td>notification-humanized</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>214,15</td>
</tr>
@@ -393,7 +393,7 @@
<td>notification-warning</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>172,13</td>
</tr>
@@ -408,7 +408,7 @@
<td>notification-error</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>318,11</td>
</tr>
@@ -423,7 +423,7 @@
<td>notification-tray</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>66,9</td>
</tr>
diff --git a/uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html
index 725d5bda74..3c65875684 100644
--- a/uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html
+++ b/uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html
@@ -378,7 +378,7 @@
<td>notification-humanized</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>214,15</td>
</tr>
@@ -393,7 +393,7 @@
<td>notification-warning</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>172,13</td>
</tr>
@@ -408,7 +408,7 @@
<td>notification-error</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>318,11</td>
</tr>
@@ -423,7 +423,7 @@
<td>notification-tray</td>
</tr>
<tr>
- <td>mouseClick</td>
+ <td>closeNotification</td>
<td>vaadin=runThemeTestUI::Root/VNotification[0]</td>
<td>66,9</td>
</tr>