diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/profiles/link-profile-to-project.html | 5 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/profiles/should_import_checkstyle_findbugs_pmd.html | 70 |
2 files changed, 27 insertions, 48 deletions
diff --git a/tests/integration/tests/src/it/selenium/profiles/link-profile-to-project.html b/tests/integration/tests/src/it/selenium/profiles/link-profile-to-project.html index cd92cfb1f48..7c92ed7d581 100644 --- a/tests/integration/tests/src/it/selenium/profiles/link-profile-to-project.html +++ b/tests/integration/tests/src/it/selenium/profiles/link-profile-to-project.html @@ -72,11 +72,6 @@ <td></td> </tr> <tr> - <td>clickAndWait</td> - <td>link=Quality profiles</td> - <td></td> -</tr> -<tr> <td>assertSelectOptions</td> <td>to</td> <td>Sonar tests - reference</td> diff --git a/tests/integration/tests/src/it/selenium/profiles/should_import_checkstyle_findbugs_pmd.html b/tests/integration/tests/src/it/selenium/profiles/should_import_checkstyle_findbugs_pmd.html index bfc6f0710fa..31ead326d1e 100644 --- a/tests/integration/tests/src/it/selenium/profiles/should_import_checkstyle_findbugs_pmd.html +++ b/tests/integration/tests/src/it/selenium/profiles/should_import_checkstyle_findbugs_pmd.html @@ -11,66 +11,50 @@ <thead> <tr><td rowspan="1" colspan="3">should_import_checkstyle_findbugs_pmd</td></tr> </thead><tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> - <tr> - <td>open</td> - <td>/sessions/login</td> - <td></td> - </tr> - <tr> - <td>type</td> - <td>login</td> - <td>admin</td> - </tr> - <tr> - <td>type</td> - <td>password</td> - <td>admin</td> - </tr> - <tr> - <td>clickAndWait</td> - <td>commit</td> - <td></td> - </tr> - <tr> <td>open</td> - <td>/profiles</td> + <td>/sessions/logout</td> <td></td> </tr> <tr> - <td>click</td> - <td>create_profile</td> + <td>open</td> + <td>/sessions/login</td> <td></td> </tr> <tr> - <td>waitForText</td> - <td>form_create_profile</td> - <td>glob:*Name*</td> + <td>type</td> + <td>login</td> + <td>admin</td> </tr> <tr> - <td>assertSelectedLabel</td> - <td>language</td> - <td>Java</td> + <td>type</td> + <td>password</td> + <td>admin</td> </tr> <tr> - <td>assertText</td> - <td>form_create_profile</td> - <td>glob:*PMD*</td> + <td>clickAndWait</td> + <td>commit</td> + <td></td> </tr> <tr> - <td>assertText</td> - <td>form_create_profile</td> - <td>glob:*Checkstyle*</td> + <td>open</td> + <td>/profiles</td> + <td></td> +</tr> +<tr> + <td>click</td> + <td>create-link-java</td> + <td></td> +</tr> +<tr> + <td>waitForValue</td> + <td>name</td> + <td></td> </tr> <tr> <td>assertText</td> - <td>form_create_profile</td> - <td>glob:*Findbugs*</td> + <td>create-form-java</td> + <td>glob:*Checkstyle*Findbugs*PMD*</td> </tr> </tbody></table> |