diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 17:05:20 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 17:05:20 +0000 |
commit | 2c374e82e29a669d2be9998dcb9bebcea3c0877c (patch) | |
tree | f9c2cac6ad2621f0b636f2daf458cc40cc211613 /tests | |
parent | 03641d3e3d90f5ce7dd01cfd3cb2ff6bc73d0441 (diff) | |
download | sonarqube-2c374e82e29a669d2be9998dcb9bebcea3c0877c.tar.gz sonarqube-2c374e82e29a669d2be9998dcb9bebcea3c0877c.zip |
fix IT (a button has been renamed in profile console)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/rules/copy_and_edit_rule_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/tests/src/it/selenium/rules/copy_and_edit_rule_template.html b/tests/integration/tests/src/it/selenium/rules/copy_and_edit_rule_template.html index 9c78eb1351f..ce6123432fd 100644 --- a/tests/integration/tests/src/it/selenium/rules/copy_and_edit_rule_template.html +++ b/tests/integration/tests/src/it/selenium/rules/copy_and_edit_rule_template.html @@ -93,7 +93,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>link=Create new rule from this template</td> + <td>link=Copy rule</td> <td></td> </tr> <tr> |