summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-29 13:57:46 +0300
committerLeif Åstrand <leif@vaadin.com>2014-08-30 12:02:31 +0300
commitf062ce86ea16963c44c2bb5a6e04b5f2321e1168 (patch)
tree957ac1ca0776a4fb2d46eeda4a77f5297ece0e12 /uitest
parentc4935487a28e2a8a1226ebcfbfeb453e05f9fbe6 (diff)
downloadvaadin-framework-f062ce86ea16963c44c2bb5a6e04b5f2321e1168.tar.gz
vaadin-framework-f062ce86ea16963c44c2bb5a6e04b5f2321e1168.zip
First batch of Valo Sass API documentation, plus bug fixes
Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/themes/valo/ValoThemeUITest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUITest.java b/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUITest.java
index b5b7e16b34..71f770ab8f 100644
--- a/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUITest.java
+++ b/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUITest.java
@@ -276,6 +276,9 @@ public class ValoThemeUITest extends MultiBrowserTest {
+ getRemoteControlName());
open(link, caption, tries - 1);
+ } else {
+ // Done opening, scroll left panel to the top again for consistency
+ scrollTo(0, 0);
}
}