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