diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-15 14:41:34 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-15 14:41:34 +0000 |
commit | 0c194410e18fde3348b730e862a762d6f43da727 (patch) | |
tree | 33a29990ff0fb87cbdc04479f3031dd1a0f8aafd /tests/integration | |
parent | fba379fa45914c5f4a4d8e895341e513851a8240 (diff) | |
download | sonarqube-0c194410e18fde3348b730e862a762d6f43da727.tar.gz sonarqube-0c194410e18fde3348b730e862a762d6f43da727.zip |
SONAR-2057 update IT
Diffstat (limited to 'tests/integration')
5 files changed, 14 insertions, 14 deletions
diff --git a/tests/integration/tests/src/test/selenium/SONAR-1772-findbugs-violations.html b/tests/integration/tests/src/test/selenium/SONAR-1772-findbugs-violations.html index 7326558836b..aea5ee7912b 100644 --- a/tests/integration/tests/src/test/selenium/SONAR-1772-findbugs-violations.html +++ b/tests/integration/tests/src/test/selenium/SONAR-1772-findbugs-violations.html @@ -17,9 +17,9 @@ <td></td> </tr> <tr> - <td>assertTextPresent</td> - <td>Profile SONAR-1772</td> - <td></td> + <td>assertText</td> + <td>resource_profile</td> + <td>SONAR-1772</td> </tr> <tr> <td>assertText</td> diff --git a/tests/integration/tests/src/test/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html b/tests/integration/tests/src/test/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html index 62bf7a622f8..a6521ebf2b3 100644 --- a/tests/integration/tests/src/test/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html +++ b/tests/integration/tests/src/test/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html @@ -17,9 +17,9 @@ <td></td> </tr> <tr> - <td>assertTextPresent</td> - <td>Profile SONAR-787-checkstyle-SuppressionCommentFilter</td> - <td></td> + <td>assertText</td> + <td>resource_profile</td> + <td>SONAR-787-checkstyle-SuppressionCommentFilter</td> </tr> <tr> <td>assertText</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 195e04be0ca..aedd139a67d 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 @@ -18,8 +18,8 @@ </tr> <tr> <td>assertText</td> - <td>snapshot_title</td> - <td>glob:*Profile Integration tests*</td> + <td>resource_profile</td> + <td>Profile Integration tests</td> </tr> <tr> <td>clickAndWait</td> diff --git a/tests/integration/tests/src/test/selenium/profiles/profile-overriden-by-maven-parameter.html b/tests/integration/tests/src/test/selenium/profiles/profile-overriden-by-maven-parameter.html index 3c097597931..7b708f1460a 100644 --- a/tests/integration/tests/src/test/selenium/profiles/profile-overriden-by-maven-parameter.html +++ b/tests/integration/tests/src/test/selenium/profiles/profile-overriden-by-maven-parameter.html @@ -17,9 +17,9 @@ <td></td> </tr> <tr> - <td>assertTextPresent</td> - <td>Profile single-classes</td> - <td></td> + <td>assertText</td> + <td>resource_profile</td> + <td>single-classes</td> </tr> <tr> <td>clickAndWait</td> diff --git a/tests/integration/tests/src/test/selenium/timemachine/violations-timemachine.html b/tests/integration/tests/src/test/selenium/timemachine/violations-timemachine.html index ecf1c1362c3..86fdf398933 100644 --- a/tests/integration/tests/src/test/selenium/timemachine/violations-timemachine.html +++ b/tests/integration/tests/src/test/selenium/timemachine/violations-timemachine.html @@ -17,9 +17,9 @@ <td></td> </tr> <tr> - <td>assertTextPresent</td> - <td>Profile violations-timemachine</td> - <td></td> + <td>assertText</td> + <td>resource_profile</td> + <td>violations-timemachine</td> </tr> <tr> <td>assertText</td> |