diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-24 16:52:12 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-24 16:52:12 +0100 |
commit | b5c2ee1492b96ae1dce6370103f42be7c2177b55 (patch) | |
tree | a88c63c9bf4298cb6fe8e94afd1118b415cf186b /it | |
parent | 7baab045db52d14f103bcce623caa12a6dd19101 (diff) | |
download | sonarqube-b5c2ee1492b96ae1dce6370103f42be7c2177b55.tar.gz sonarqube-b5c2ee1492b96ae1dce6370103f42be7c2177b55.zip |
Fix IT because of update of measure page
Diffstat (limited to 'it')
-rw-r--r-- | it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/should-open-remediation-cost-on-measures-service.html | 40 |
1 files changed, 20 insertions, 20 deletions
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 0fba9f748dd..1bbedd07fb5 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 @@ -14,26 +14,26 @@ </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> + <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>*HelloA1*</td> +</tr> +</tbody> </table> </body> </html> |