diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-06 18:06:47 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-06 18:06:47 +0100 |
commit | 7567526369d1082a8023623c016b970cac314c64 (patch) | |
tree | 84e6d1647b163cbbc0be312a79f874656dc4bdb2 /it | |
parent | 04f60b1bbbd809dc2dd5ea465481a977a54f163c (diff) | |
download | sonarqube-7567526369d1082a8023623c016b970cac314c64.tar.gz sonarqube-7567526369d1082a8023623c016b970cac314c64.zip |
fix test "not_fail_with_url_ending_by_jsp"
Diffstat (limited to 'it')
-rw-r--r-- | it/it-tests/src/test/resources/serverSystem/ServerSystemTest/url_ending_by_jsp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/it-tests/src/test/resources/serverSystem/ServerSystemTest/url_ending_by_jsp.html b/it/it-tests/src/test/resources/serverSystem/ServerSystemTest/url_ending_by_jsp.html index 616bad5e84a..cc7e9bda581 100644 --- a/it/it-tests/src/test/resources/serverSystem/ServerSystemTest/url_ending_by_jsp.html +++ b/it/it-tests/src/test/resources/serverSystem/ServerSystemTest/url_ending_by_jsp.html @@ -34,7 +34,7 @@ </tr> <tr> <td>waitForElementPresent</td> - <td>css=#dashboard</td> + <td>css=#content</td> <td></td> </tr> </table> |