diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-10-17 10:32:04 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-10-17 10:32:04 +0300 |
commit | 89bb737825a33ebe2aa8bdffd49f17fa5a6184a3 (patch) | |
tree | a6bc0496710452a928f9563367050e3842782698 | |
parent | ebd86a653a5d646e7d41da4ac7a42a0add1e2fcb (diff) | |
download | vaadin-framework-89bb737825a33ebe2aa8bdffd49f17fa5a6184a3.tar.gz vaadin-framework-89bb737825a33ebe2aa8bdffd49f17fa5a6184a3.zip |
Use wildcard in test as google.com redirects based on browser settings
Change-Id: Ic3289d158261031eb76c62eec1cd49a6bc5f4025
-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> |