diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-29 18:28:14 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-29 18:28:14 +0200 |
commit | c2b7aad4b62be9c807cd3c08f0c3d6ad72f4f1c6 (patch) | |
tree | 61db770f12b3b4f308c85b783acfb9e91dffeda5 /uitest | |
parent | cfb2513cd2049d6cae90b6d2c725a03e75194ce9 (diff) | |
download | vaadin-framework-c2b7aad4b62be9c807cd3c08f0c3d6ad72f4f1c6.tar.gz vaadin-framework-c2b7aad4b62be9c807cd3c08f0c3d6ad72f4f1c6.zip |
Made session reinitializing work again (#10411)
Change-Id: I012a5154fa3cf0bba6f3289213744b740cf12059
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> |