diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-04 09:05:18 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-04 09:05:18 +0000 |
commit | 66317361178778540508bcb8ac903aaef6dcb584 (patch) | |
tree | 0b7099ac3ffb26da86e68c6ae42b90510cae9207 /tests | |
parent | dc12062ab2615a19de17980c290965027b10e9de (diff) | |
download | sonarqube-66317361178778540508bcb8ac903aaef6dcb584.tar.gz sonarqube-66317361178778540508bcb8ac903aaef6dcb584.zip |
fix regression issue in violations drilldown: reload sources when selecting a new file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html b/tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html index 583b2473df4..12235c74470 100644 --- a/tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html +++ b/tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html @@ -32,11 +32,10 @@ <td>glob:*Avoid Duplicate Literals*</td> </tr> <tr> - <td>assertText</td> + <td>waitForText</td> <td>pageselector</td> <td>glob:*The String literal "<select>" appears*</td> </tr> - </tbody></table> </body> </html> |