diff options
author | Marc Englund <marc@vaadin.com> | 2012-10-17 08:45:57 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-10-17 08:45:57 +0000 |
commit | 62047610993ce39b50a1e7579d70c27bc91ca91c (patch) | |
tree | e2dba1dbbf1cf28ee96d018e8d1a48670e995ccb /uitest/src/com | |
parent | 9291fede586995132bc7153d00ec756f13ddc05b (diff) | |
parent | 89bb737825a33ebe2aa8bdffd49f17fa5a6184a3 (diff) | |
download | vaadin-framework-62047610993ce39b50a1e7579d70c27bc91ca91c.tar.gz vaadin-framework-62047610993ce39b50a1e7579d70c27bc91ca91c.zip |
Merge "Use wildcard in test as google.com redirects based on browser settings"
Diffstat (limited to 'uitest/src/com')
-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> |