diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-16 20:49:16 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-16 20:49:16 +0000 |
commit | ee5682e886da8b45bdc5966ac01cde393823342b (patch) | |
tree | 16934cc0beeffcc3d6537a2d64c1f55b05d237f2 /tests | |
parent | a49dfa38539c7a60f9cf1978cc60c18e609d823a (diff) | |
download | sonarqube-ee5682e886da8b45bdc5966ac01cde393823342b.tar.gz sonarqube-ee5682e886da8b45bdc5966ac01cde393823342b.zip |
fix integration tests on alerts
Diffstat (limited to 'tests')
2 files changed, 13 insertions, 3 deletions
diff --git a/tests/integration/tests/src/it/selenium/alerts/create_and_delete_alert_on_lines_of_code.html b/tests/integration/tests/src/it/selenium/alerts/create_and_delete_alert_on_lines_of_code.html index 34d4f146c46..d7a6be5d732 100644 --- a/tests/integration/tests/src/it/selenium/alerts/create_and_delete_alert_on_lines_of_code.html +++ b/tests/integration/tests/src/it/selenium/alerts/create_and_delete_alert_on_lines_of_code.html @@ -43,7 +43,12 @@ </tr> <tr> <td>clickAndWait</td> - <td>alerts_java_Integration%20tests</td> + <td>rules-java-Integration%20tests</td> + <td></td> +</tr> +<tr> + <td>clickAndWait</td> + <td>link=Alerts</td> <td></td> </tr> <tr> diff --git a/tests/integration/tests/src/it/selenium/alerts/should_validate_alert_on_creation.html b/tests/integration/tests/src/it/selenium/alerts/should_validate_alert_on_creation.html index e2a9b396773..cd18726c4ca 100644 --- a/tests/integration/tests/src/it/selenium/alerts/should_validate_alert_on_creation.html +++ b/tests/integration/tests/src/it/selenium/alerts/should_validate_alert_on_creation.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<link rel="selenium.base" href="" /> +<link rel="selenium.base" href="http://localhost:9000/" /> <title>should_validate_alert_on_creation</title> </head> <body> @@ -43,7 +43,12 @@ </tr> <tr> <td>clickAndWait</td> - <td>alerts_java_Integration%20tests</td> + <td>rules-java-Integration%20tests</td> + <td></td> +</tr> +<tr> + <td>clickAndWait</td> + <td>link=Alerts</td> <td></td> </tr> <tr> |