diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-01 15:09:35 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-01 15:09:35 +0000 |
commit | 87d0f9a556fcac9bc7b85c6219de50abca87e28e (patch) | |
tree | b4330ce64da11176924525b05d2527208eff968c /tests | |
parent | 79038a8abbdacc19acf23e8670cc7caf39fb87b4 (diff) | |
download | sonarqube-87d0f9a556fcac9bc7b85c6219de50abca87e28e.tar.gz sonarqube-87d0f9a556fcac9bc7b85c6219de50abca87e28e.zip |
fix IT
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html b/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html index 826f70d8984..6ebb5a42f27 100644 --- a/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html +++ b/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html @@ -37,7 +37,7 @@ <td>label=Critical</td> </tr> <tr> - <td>click</td> + <td>clickAndWait</td> <td>submit_search</td> <td></td> </tr> |