diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-11-30 07:47:20 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-30 07:47:20 +0000 |
commit | 8dd5a84f508956c17e9f4da21c178cc7987abd9e (patch) | |
tree | 3e72ca894d443b214b6a84e5186c62a0a1d15272 /uitest | |
parent | 9dd665b56eb4166d2af92a4825c37d20d15ed413 (diff) | |
parent | c2b7aad4b62be9c807cd3c08f0c3d6ad72f4f1c6 (diff) | |
download | vaadin-framework-8dd5a84f508956c17e9f4da21c178cc7987abd9e.tar.gz vaadin-framework-8dd5a84f508956c17e9f4da21c178cc7987abd9e.zip |
Merge "Made session reinitializing work again (#10411)"
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/applicationcontext/ChangeSessionId.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/uitest/src/com/vaadin/tests/applicationcontext/ChangeSessionId.html b/uitest/src/com/vaadin/tests/applicationcontext/ChangeSessionId.html index 6d028f1fea..6bf4041a93 100644 --- a/uitest/src/com/vaadin/tests/applicationcontext/ChangeSessionId.html +++ b/uitest/src/com/vaadin/tests/applicationcontext/ChangeSessionId.html @@ -17,21 +17,30 @@ <td></td> </tr> <tr> + <td>assertText</td> + <td>vaadin=runcomvaadintestsapplicationcontextChangeSessionId::PID_SLog_row_0</td> + <td>1. Session id: *</td> +</tr> +<tr> <td>click</td> <td>vaadin=runcomvaadintestsapplicationcontextChangeSessionId::/VVerticalLayout[0]/ChildComponentContainer[1]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> + <td>assertText</td> + <td>vaadin=runcomvaadintestsapplicationcontextChangeSessionId::PID_SLog_row_0</td> + <td>2. Session id changed successfully from * to *</td> +</tr> +<tr> <td>click</td> <td>vaadin=runcomvaadintestsapplicationcontextChangeSessionId::/VVerticalLayout[0]/ChildComponentContainer[2]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestsapplicationcontextChangeSessionId::PID_SLog_row_1</td> - <td>2. Session id changed successfully from * to *</td> + <td>vaadin=runcomvaadintestsapplicationcontextChangeSessionId::PID_SLog_row_0</td> + <td>3. Session id: *</td> </tr> - </tbody></table> </body> </html> |