diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html')
-rw-r--r-- | uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html b/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html index f5313c7bec..93f102097a 100644 --- a/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html +++ b/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html @@ -60,9 +60,9 @@ <td></td> </tr> <tr> - <td>assertLocation</td> - <td>https://www.google.*/</td> - <td>https://www.google.*/</td> + <td>assertText</td> + <td>//h1</td> + <td>Index of /download/nightly</td> </tr> <!--Open again and verify we get a Session Expired error if doing something after closing the session--> <tr> |