diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-04-02 13:30:06 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-04-02 13:30:06 +0000 |
commit | 7747ca748e809c2a218e1875bdabf3797ac50e69 (patch) | |
tree | c85f90ca9f3712a7d0401f65bb8ffe0db7bdc0b4 /tests/testbench | |
parent | 170812b3d14db259268506cf8a4c0db8a2e493c1 (diff) | |
download | vaadin-framework-7747ca748e809c2a218e1875bdabf3797ac50e69.tar.gz vaadin-framework-7747ca748e809c2a218e1875bdabf3797ac50e69.zip |
Don't test wrap-around in #5100 test as it's not currently supported
svn changeset:23382/svn branch:6.8
Diffstat (limited to 'tests/testbench')
-rw-r--r-- | tests/testbench/com/vaadin/tests/components/tabsheet/TabKeyboardNavigation.html | 34 |
1 files changed, 7 insertions, 27 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/tabsheet/TabKeyboardNavigation.html b/tests/testbench/com/vaadin/tests/components/tabsheet/TabKeyboardNavigation.html index d7876ba646..551083c1fc 100644 --- a/tests/testbench/com/vaadin/tests/components/tabsheet/TabKeyboardNavigation.html +++ b/tests/testbench/com/vaadin/tests/components/tabsheet/TabKeyboardNavigation.html @@ -27,9 +27,9 @@ <td>right</td> </tr> <tr> - <td>assertTextPresent</td> + <td>assertText</td> + <td>vaadin=runTabKeyboardNavigation::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[4]/VTabsheet[0]/VTabsheetPanel[0]/VVerticalLayout[1]/ChildComponentContainer[0]/VLabel[0]</td> <td>Tab 2</td> - <td></td> </tr> <tr> <td>screenCapture</td> @@ -47,9 +47,9 @@ <td>right</td> </tr> <tr> - <td>assertTextPresent</td> + <td>assertText</td> + <td>vaadin=runTabKeyboardNavigation::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[4]/VTabsheet[0]/VTabsheetPanel[0]/VVerticalLayout[3]/ChildComponentContainer[0]/VLabel[0]</td> <td>Tab 5</td> - <td></td> </tr> <tr> <td>screenCapture</td> @@ -57,39 +57,19 @@ <td>skip-disabled-to-tab5</td> </tr> <tr> - <td>pressSpecialKey</td> - <td>vaadin=runTabKeyboardNavigation::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[4]/VTabsheet[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[4]</td> - <td>right</td> -</tr> -<tr> - <td>assertTextPresent</td> - <td>Tab 1</td> - <td>wraparound-to-tab1</td> -</tr> -<tr> <td>click</td> <td>vaadin=runTabKeyboardNavigation::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> - <td>mouseClick</td> - <td>vaadin=runTabKeyboardNavigation::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[4]/VTabsheet[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> - <td>14,9</td> -</tr> -<tr> <td>pressSpecialKey</td> <td>vaadin=runTabKeyboardNavigation::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[4]/VTabsheet[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> - <td>left</td> + <td>right</td> </tr> <tr> - <td>assertTextPresent</td> + <td>assertText</td> + <td>vaadin=runTabKeyboardNavigation::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[4]/VTabsheet[0]/VTabsheetPanel[0]/VVerticalLayout[4]/ChildComponentContainer[0]/VLabel[0]</td> <td>Tab 6</td> - <td></td> -</tr> -<tr> - <td>screenCapture</td> - <td></td> - <td>moved-left-to-tab6</td> </tr> </tbody></table> |