diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-13 17:47:41 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-13 17:47:41 +0000 |
commit | ed770f36d376af5ef614f793865eb76713b4ff93 (patch) | |
tree | 3f062ae9acf7ba8ac3b15f2c3a5e5e36ead528bf /tests | |
parent | 0acf1c6ca9d9c338807a328705d4742bd8aa79e2 (diff) | |
download | sonarqube-ed770f36d376af5ef614f793865eb76713b4ff93.tar.gz sonarqube-ed770f36d376af5ef614f793865eb76713b4ff93.zip |
fix some integration tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/all-tests.html | 2 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/profiles/delete-profile.html | 5 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/profiles/display-permalinks-to-tools.html | 5 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/profiles/provided-profiles-are-not-editable.html (renamed from tests/integration/tests/src/it/selenium/rules/rule_provided_rules_profile_cant_be_modified.html) | 9 |
4 files changed, 3 insertions, 18 deletions
diff --git a/tests/integration/tests/src/it/selenium/all-tests.html b/tests/integration/tests/src/it/selenium/all-tests.html index b197ebc252c..97f7c18f83c 100644 --- a/tests/integration/tests/src/it/selenium/all-tests.html +++ b/tests/integration/tests/src/it/selenium/all-tests.html @@ -436,7 +436,7 @@ </td> </tr> <tr> - <td><a href="rules/rule_provided_rules_profile_cant_be_modified.html">rules/rule_provided_rules_profile_cant_be_modified</a> + <td><a href="profiles/provided-profiles-are-not-editable.html">profiles/provided-profiles-are-not-editable</a> </td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/profiles/delete-profile.html b/tests/integration/tests/src/it/selenium/profiles/delete-profile.html index 8abb98c4b33..35cce1e3eaf 100644 --- a/tests/integration/tests/src/it/selenium/profiles/delete-profile.html +++ b/tests/integration/tests/src/it/selenium/profiles/delete-profile.html @@ -77,11 +77,6 @@ <td></td> </tr> <tr> - <td>click</td> - <td>delete_java_test_profile_1284128266967</td> - <td></td> -</tr> -<tr> <td>chooseOkOnNextConfirmation</td> <td></td> <td></td> diff --git a/tests/integration/tests/src/it/selenium/profiles/display-permalinks-to-tools.html b/tests/integration/tests/src/it/selenium/profiles/display-permalinks-to-tools.html index 1728a67577d..c9b46536c31 100644 --- a/tests/integration/tests/src/it/selenium/profiles/display-permalinks-to-tools.html +++ b/tests/integration/tests/src/it/selenium/profiles/display-permalinks-to-tools.html @@ -27,11 +27,6 @@ <td></td> </tr> <tr> - <td>click</td> - <td>//div[@id='content']/div[4]/table/tbody/tr[1]/td[1]</td> - <td></td> -</tr> -<tr> <td>clickAndWait</td> <td>link=Permalinks</td> <td></td> diff --git a/tests/integration/tests/src/it/selenium/rules/rule_provided_rules_profile_cant_be_modified.html b/tests/integration/tests/src/it/selenium/profiles/provided-profiles-are-not-editable.html index 6225f78935f..f4828490f98 100644 --- a/tests/integration/tests/src/it/selenium/rules/rule_provided_rules_profile_cant_be_modified.html +++ b/tests/integration/tests/src/it/selenium/profiles/provided-profiles-are-not-editable.html @@ -43,17 +43,12 @@ </tr> <tr> <td>clickAndWait</td> - <td>rules_java_Sonar%20way</td> + <td>rules-java-Sonar%20way</td> <td></td> </tr> <tr> <td>assertElementPresent</td> - <td>//form[1]/input[@disabled='disabled'][1]</td> - <td></td> -</tr> -<tr> - <td>clickAndWait</td> - <td>link=Quality profiles</td> + <td>//table[@id='result_table']//form[1]/input[@disabled='disabled'][1]</td> <td></td> </tr> |