aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-02-03 10:32:51 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-02-03 10:32:51 +0100
commit08020a296e5a8b26a23596bc5d332d2bec7f790e (patch)
treeee7abb86a029c022243e6e15c00140b70562eb81 /tests/integration
parent683120ea7db3d766078c1bc253c37cc0af687f74 (diff)
downloadsonarqube-08020a296e5a8b26a23596bc5d332d2bec7f790e.tar.gz
sonarqube-08020a296e5a8b26a23596bc5d332d2bec7f790e.zip
Improve IT for postgresql
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html b/tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html
index 1648009b0f1..9362eaab5ae 100644
--- a/tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html
+++ b/tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html
@@ -131,11 +131,11 @@
<td>link=${RULE_NAME}</td>
<td></td>
</tr>
-<tr>
+<!--<tr>
<td>waitForValue</td>
<td>value</td>
<td>${RULE_XPATH}</td>
-</tr>
+</tr>-->
<tr>
<td>clickAndWait</td>
<td>//input[@value='Edit rule']</td>