diff options
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> |