]> source.dussan.org Git - vaadin-framework.git/commit
Fixed failing TabKeyboardNavigation test #12433
authorJohn Ahlroos <john@vaadin.com>
Thu, 22 Aug 2013 08:10:18 +0000 (11:10 +0300)
committerJohn Ahlroos <john@vaadin.com>
Thu, 22 Aug 2013 08:22:39 +0000 (11:22 +0300)
commitc7a8c3f60912db10b00ad735416cc3df1fb5ffba
tree1e096ddbacc33930f53102c12a89024d02774c7d
parent234ed1c9b51a6db1b87a2e6afe0609227b7bd67e
Fixed failing TabKeyboardNavigation test #12433

The test fails on Opera 12 since the assertText is done before the
tabsheet has had time to change the tab content. Added a small waiting
period after the tab is changed before the assert is made to fix the
issue.

Change-Id: I89dfe040b577106f9f843c8b4013d20be1e02166
uitest/src/com/vaadin/tests/components/tabsheet/TabKeyboardNavigation.html