Skip to content

Commit

Permalink
Fix Gatein test to be compatible with Chrome
Browse files Browse the repository at this point in the history
Change-Id: I34055b60f8b4ea0ae37a3497348577e4029f4d39
  • Loading branch information
Artur- authored and Vaadin Code Review committed Jun 25, 2015
1 parent cf10bd0 commit 7552e9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@
<!--Start of actual portlet test-->
<tr>
<td>waitForElementPresent</td>
<td>//div[2]/div/div/div/span</td>
<td>//div[contains(@class,'PORTLET-FRAGMENT')]/div[contains(@class,'v-app')]</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>//div[2]/div/div/div/span</td>
<td>assertTextPresent</td>
<td>Test of ApplicationResources with full path</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
Expand Down

0 comments on commit 7552e9c

Please sign in to comment.