diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-15 16:54:07 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-15 16:54:07 +0000 |
commit | f212d46dd02ed138de0631e40d7ba72cf4083870 (patch) | |
tree | 0dd9e4b19d62972aeafa2be082061438d60c1532 /tests | |
parent | 66a785de6da119612e05d5b3cb2199c4802c269d (diff) | |
download | sonarqube-f212d46dd02ed138de0631e40d7ba72cf4083870.tar.gz sonarqube-f212d46dd02ed138de0631e40d7ba72cf4083870.zip |
fix IT
Diffstat (limited to 'tests')
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html b/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html index b5d8e7edcdc..63ab4f3b21b 100644 --- a/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html +++ b/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html @@ -37,9 +37,9 @@ <td></td> </tr> <tr> - <td>assertTextPresent</td> - <td>Key : org.sonar.tests:jar-without-sources</td> - <td></td> + <td>assertText</td> + <td>resource-key</td> + <td>org.sonar.tests:jar-without-sources</td> </tr> <tr> <td>open</td> diff --git a/tests/integration/tests/src/test/selenium/profiles/dashboard_links_to_used_profile.html b/tests/integration/tests/src/test/selenium/profiles/dashboard_links_to_used_profile.html index aedd139a67d..a72547ccaf1 100644 --- a/tests/integration/tests/src/test/selenium/profiles/dashboard_links_to_used_profile.html +++ b/tests/integration/tests/src/test/selenium/profiles/dashboard_links_to_used_profile.html @@ -19,7 +19,7 @@ <tr> <td>assertText</td> <td>resource_profile</td> - <td>Profile Integration tests</td> + <td>Integration tests</td> </tr> <tr> <td>clickAndWait</td> |