aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-05 15:54:01 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-05 15:54:01 +0000
commit2c9c992a2c86ba7b4cf6e6bd7a4381a5498918aa (patch)
treee514f9a3c0045e81dfa6325197a928e5924ee99e
parent0cb4405a468c7857ffe9fddb8c6dde19f1ba71ea (diff)
downloadsonarqube-2c9c992a2c86ba7b4cf6e6bd7a4381a5498918aa.tar.gz
sonarqube-2c9c992a2c86ba7b4cf6e6bd7a4381a5498918aa.zip
fix IT
-rw-r--r--tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html b/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html
index ba93ce106e5..4e022911180 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html
+++ b/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html
@@ -18,18 +18,23 @@
</tr>
<tr>
<td>assertElementPresent</td>
- <td>sample</td>
+ <td>dashboard</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAndWait</td>
+ <td>link=Configure widgets</td>
<td></td>
</tr>
<tr>
<td>assertElementPresent</td>
- <td>m_random</td>
+ <td>def_sample</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
- <td>sample</td>
- <td>glob:*Help*Read configuration*</td>
+ <td>def_sample</td>
+ <td>glob:*Sample*</td>
</tr>
</tbody></table>