diff options
author | Artur Signell <artur@vaadin.com> | 2014-12-19 08:48:49 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-19 08:42:29 +0000 |
commit | 2c9a8cf06b7657ed0b3962f03c1a1a0062fe96b6 (patch) | |
tree | 2e00b5074dec130aaf11819e73792cbc8a7277cb /uitest/tb2 | |
parent | 8ba0064fe230b4cee7792c651da89adbaa9b2952 (diff) | |
download | vaadin-framework-2c9a8cf06b7657ed0b3962f03c1a1a0062fe96b6.tar.gz vaadin-framework-2c9a8cf06b7657ed0b3962f03c1a1a0062fe96b6.zip |
Test update as tab selection when closing a tab has changed (#6876)
Change-Id: I803e8b1f34e3467bb2027ebfe6bbb01b9e71635c
Diffstat (limited to 'uitest/tb2')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/tabsheet/TabSheetBasicOperations.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/tabsheet/TabSheetBasicOperations.html b/uitest/tb2/com/vaadin/tests/components/tabsheet/TabSheetBasicOperations.html index 357455545e..f0f08efb58 100644 --- a/uitest/tb2/com/vaadin/tests/components/tabsheet/TabSheetBasicOperations.html +++ b/uitest/tb2/com/vaadin/tests/components/tabsheet/TabSheetBasicOperations.html @@ -300,7 +300,7 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestscomponentstabsheetTabSheetTest::PID_SLog/ChildComponentContainer[0]/VLabel[0]</td> - <td>11. Tab 0 selected</td> + <td>11. Tab 2 selected</td> </tr> <!--select tab 1--> <tr> @@ -324,7 +324,6 @@ <td>vaadin=runcomvaadintestscomponentstabsheetTabSheetTest::PID_SLog/ChildComponentContainer[0]/VLabel[0]</td> <td>13. Tab 2 selected</td> </tr> - </tbody></table> </body> </html> |