diff options
-rw-r--r-- | uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html b/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html index 45be36eac7..f5313c7bec 100644 --- a/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html +++ b/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html @@ -61,8 +61,8 @@ </tr> <tr> <td>assertLocation</td> - <td>https://www.google.com/</td> - <td>https://www.google.com/</td> + <td>https://www.google.*/</td> + <td>https://www.google.*/</td> </tr> <!--Open again and verify we get a Session Expired error if doing something after closing the session--> <tr> |