]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7474 Fix ITs
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 14 Mar 2016 09:56:00 +0000 (10:56 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 14 Mar 2016 09:56:00 +0000 (10:56 +0100)
it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/is-in-issues-widget.html
it/it-tests/src/test/resources/qualityModel/TechnicalDebtWidgetTest/technical-debt/should-open-remediation-cost-on-measures-service.html

index 4d6e710e5408120841aed30b60d5a20e5f5b1c47..60d52a22faeb3d4ca12a37256cc0272edb641f3d 100644 (file)
@@ -9,16 +9,16 @@
 <table cellpadding="1" cellspacing="1" border="1">
     <tbody>
     <tr>
-        <td>open</td>
-        <td>/widget?id=rules&amp;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;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>
index 039266c60ee6007c2fa10628e92c4dbbee417046..0fba9f748dddd6b3a4cb555db336fa849776a217 100644 (file)
@@ -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&amp;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&amp;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>