Change-Id: I1fcbaa9dcde2cf16b162e21e8fbf519a114bd261
<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>
new Button.ClickListener() {
@Override
public void buttonClick(ClickEvent event) {
- getPage().setLocation("https://www.google.com");
+ getPage().setLocation(
+ "http://vaadin.com/download/nightly/");
getSession().close();
}
}));