]> source.dussan.org Git - vaadin-framework.git/commit
Fixed failing test after accessibility changes in #11827
authorJohn Ahlroos <john@vaadin.com>
Tue, 27 Aug 2013 10:13:45 +0000 (13:13 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 28 Aug 2013 09:19:18 +0000 (09:19 +0000)
commitd827a1760da477575294f0105933e868c1bf3ad3
tree4daafb39ac240e8a6368de51d3b0793d61bcf78e
parente97fb8cbff8ef493860892055508b4db3223f1be
Fixed failing test after  accessibility changes in #11827

Previously a tab could be selected by using the enter key. This was
changed in the ticket to use the space key instead due to accessability
reasons.

Fixed test by replacing all enter key presses with space key presses.

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