diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-14 10:56:00 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-14 10:56:00 +0100 |
commit | 33bf352bad39303bd3c604725e1736a5a831ef1c (patch) | |
tree | 430970de4f3686e0a9b6bf16f426d337578c1c6a /it | |
parent | 7167b5d4c1fec32840eca58ee75d2f1951a3a5b6 (diff) | |
download | sonarqube-33bf352bad39303bd3c604725e1736a5a831ef1c.tar.gz sonarqube-33bf352bad39303bd3c604725e1736a5a831ef1c.zip |
SONAR-7474 Fix ITs
Diffstat (limited to 'it')
2 files changed, 39 insertions, 39 deletions
diff --git a/it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/is-in-issues-widget.html b/it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/is-in-issues-widget.html index 4d6e710e540..60d52a22fae 100644 --- a/it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/is-in-issues-widget.html +++ b/it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/is-in-issues-widget.html @@ -9,16 +9,16 @@ <table cellpadding="1" cellspacing="1" border="1"> <tbody> <tr> - <td>open</td> - <td>/widget?id=rules&amp;resource=com.sonarsource.it.samples:multi-modules-sample</td> - <td></td> - </tr> - <tr> - <td>waitForText</td> - <td>body</td> - <td>*Effort*</td> - </tr> - </tbody> + <td>open</td> + <td>/widget?id=rules&amp;resource=com.sonarsource.it.samples:multi-modules-sample</td> + <td></td> +</tr> +<tr> + <td>waitForText</td> + <td>body</td> + <td>*Technical Debt*</td> +</tr> +</tbody> </table> </body> </html> diff --git a/it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/should-open-remediation-cost-on-measures-service.html b/it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/should-open-remediation-cost-on-measures-service.html index 039266c60ee..0fba9f748dd 100644 --- a/it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/should-open-remediation-cost-on-measures-service.html +++ b/it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/should-open-remediation-cost-on-measures-service.html @@ -2,38 +2,38 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> - <title>should-open-remediationcost-on-drilldown-service</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + <title>should-open-remediationcost-on-drilldown-service</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> - <thead> - <tr> - <td rowspan="1" colspan="3">should-open-remediationcost-on-drilldown-service</td> - </tr> - </thead> - <tbody> - <tr> - <td>open</td> - <td>/widget?id=rules&resource=com.sonarsource.it.samples:multi-modules-sample</td> - <td></td> - </tr> - <tr> - <td>clickAndWait</td> - <td>css=.link-rules-debt</td> - <td></td> - </tr> - <tr> - <td>waitForText</td> - <td>content</td> - <td>*Technical Debt*7h 25min*</td> - </tr> - <tr> - <td>waitForText</td> - <td>content</td> - <td>*Module A*</td> - </tr> - </tbody> + <thead> + <tr> + <td rowspan="1" colspan="3">should-open-remediationcost-on-drilldown-service</td> + </tr> + </thead> + <tbody> + <tr> + <td>open</td> + <td>/widget?id=rules&resource=com.sonarsource.it.samples:multi-modules-sample</td> + <td></td> + </tr> + <tr> + <td>clickAndWait</td> + <td>link=7h 25min</td> + <td></td> + </tr> + <tr> + <td>waitForText</td> + <td>content</td> + <td>*Technical Debt*7h 25min*</td> + </tr> + <tr> + <td>waitForText</td> + <td>content</td> + <td>*Module A*</td> + </tr> + </tbody> </table> </body> </html> |