diff options
-rw-r--r-- | uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html b/uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html index 7df5894f15..258e698c94 100644 --- a/uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html +++ b/uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html @@ -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> |