aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-05 20:31:49 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-05 20:31:49 +0000
commit5a88bcea0ffe9916150dc0b673c7e7381b706019 (patch)
tree82ce8b6d08ca870b433b5712f513431f802f1e3f /tests
parent3d09b02c225b08c49dee020a67b939bcf6440a19 (diff)
downloadsonarqube-5a88bcea0ffe9916150dc0b673c7e7381b706019.tar.gz
sonarqube-5a88bcea0ffe9916150dc0b673c7e7381b706019.zip
fix IT
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html25
-rw-r--r--tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html2
2 files changed, 26 insertions, 1 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 4e022911180..7fbb6228e93 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
@@ -11,6 +11,31 @@
<thead>
<tr><td rowspan="1" colspan="3">basic-archetype-widget</td></tr>
</thead><tbody>
+ <tr>
+ <td>open</td>
+ <td>/sessions/logout</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>open</td>
+ <td>/sessions/new</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>type</td>
+ <td>login</td>
+ <td>admin</td>
+ </tr>
+ <tr>
+ <td>type</td>
+ <td>password</td>
+ <td>admin</td>
+ </tr>
+ <tr>
+ <td>clickAndWait</td>
+ <td>commit</td>
+ <td></td>
+ </tr>
<tr>
<td>open</td>
<td>/dashboard/index/org.sonar.tests:reference</td>
diff --git a/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html b/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html
index f4ab58176c0..ee98448bfb3 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html
+++ b/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html
@@ -18,7 +18,7 @@
</tr>
<tr>
<td>assertText</td>
- <td>css=#dashboard .package-design</td>
+ <td>css=#dashboard .package_design</td>
<td>glob:*Package*cycles*</td>
</tr>
<tr>