aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-09-15 17:54:25 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-09-16 10:12:15 +0200
commit1e26480cb2c8341bce5c9f028d020a520d68bae8 (patch)
treeb224baea056d1aa1d4f84656f5a9a46c980e5538 /it/it-tests
parent3c445bc471c8ca2b11df44015bbe7b8997a61ccc (diff)
downloadsonarqube-1e26480cb2c8341bce5c9f028d020a520d68bae8.tar.gz
sonarqube-1e26480cb2c8341bce5c9f028d020a520d68bae8.zip
SONAR-6331 revert overview page
Diffstat (limited to 'it/it-tests')
-rw-r--r--it/it-tests/src/test/resources/server/ServerTest/url_ending_by_jsp.html4
-rw-r--r--it/it-tests/src/test/resources/ui/i18n/default-locale-is-english.html6
-rw-r--r--it/it-tests/src/test/resources/ui/i18n/french-locale.html6
-rw-r--r--it/it-tests/src/test/resources/ui/i18n/locale-with-france-country.html6
-rw-r--r--it/it-tests/src/test/resources/ui/i18n/locale-with-swiss-country.html6
5 files changed, 14 insertions, 14 deletions
diff --git a/it/it-tests/src/test/resources/server/ServerTest/url_ending_by_jsp.html b/it/it-tests/src/test/resources/server/ServerTest/url_ending_by_jsp.html
index ffb2216a1b3..4e8715c3d18 100644
--- a/it/it-tests/src/test/resources/server/ServerTest/url_ending_by_jsp.html
+++ b/it/it-tests/src/test/resources/server/ServerTest/url_ending_by_jsp.html
@@ -9,12 +9,12 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/overview/index/myproject.jsp</td>
+ <td>/sonar/dashboard/index/myproject.jsp</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>css=.overview</td>
+ <td>css=#dashboard</td>
<td></td>
</tr>
</table>
diff --git a/it/it-tests/src/test/resources/ui/i18n/default-locale-is-english.html b/it/it-tests/src/test/resources/ui/i18n/default-locale-is-english.html
index 71123d9ce0c..f2e23f196a1 100644
--- a/it/it-tests/src/test/resources/ui/i18n/default-locale-is-english.html
+++ b/it/it-tests/src/test/resources/ui/i18n/default-locale-is-english.html
@@ -15,17 +15,17 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/overview/index?id=sample&locale=foo</td>
+ <td>/sonar/dashboard/index?id=sample&locale=foo</td>
<td></td>
</tr>
<tr>
<td>waitForText</td>
- <td>css=.navbar-context</td>
+ <td>css=#content</td>
<td>regexp:.*Jan.*|.*Feb.*|.*Mar.*|.*Apr.*|.*May.*|.*Jun.*|.*Jul.*|.*Aug.*|.*Sep.*|.*Oct.*|.*Nov.*|.*Dec.*</td>
</tr>
<tr>
<td>waitForText</td>
- <td>css=.overview</td>
+ <td>css=#content</td>
<td>*0.0%*</td>
</tr>
</tbody>
diff --git a/it/it-tests/src/test/resources/ui/i18n/french-locale.html b/it/it-tests/src/test/resources/ui/i18n/french-locale.html
index 8fd6d8db3dd..74f2f320a02 100644
--- a/it/it-tests/src/test/resources/ui/i18n/french-locale.html
+++ b/it/it-tests/src/test/resources/ui/i18n/french-locale.html
@@ -15,17 +15,17 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/overview/index?id=sample&locale=fr</td>
+ <td>/sonar/dashboard/index?id=sample&locale=fr</td>
<td></td>
</tr>
<tr>
<td>waitForText</td>
- <td>css=.navbar-context</td>
+ <td>css=#content</td>
<td>regexp:.*jan.*|.*fév.*|.*mar.*|.*avr.*|.*mai.*|.*juin.*|.*juil.*|.*août.*|.*sept.*|.*oct.*|.*nov.*|.*déc.*</td>
</tr>
<tr>
<td>waitForText</td>
- <td>css=.overview</td>
+ <td>css=#content</td>
<td>*0,0%*</td>
</tr>
</tbody>
diff --git a/it/it-tests/src/test/resources/ui/i18n/locale-with-france-country.html b/it/it-tests/src/test/resources/ui/i18n/locale-with-france-country.html
index e8c6431f414..e65cd5e95bf 100644
--- a/it/it-tests/src/test/resources/ui/i18n/locale-with-france-country.html
+++ b/it/it-tests/src/test/resources/ui/i18n/locale-with-france-country.html
@@ -15,17 +15,17 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/overview/index?id=sample&locale=fr-FR</td>
+ <td>/sonar/dashboard/index?id=sample&locale=fr-FR</td>
<td></td>
</tr>
<tr>
<td>waitForText</td>
- <td>css=.navbar-context</td>
+ <td>css=#content</td>
<td>regexp:.*jan.*|.*fév.*|.*mar.*|.*avr.*|.*mai.*|.*juin.*|.*juil.*|.*août.*|.*sept.*|.*oct.*|.*nov.*|.*déc.*</td>
</tr>
<tr>
<td>waitForText</td>
- <td>css=.overview</td>
+ <td>css=#content</td>
<td>*0,0%*</td>
</tr>
</tbody>
diff --git a/it/it-tests/src/test/resources/ui/i18n/locale-with-swiss-country.html b/it/it-tests/src/test/resources/ui/i18n/locale-with-swiss-country.html
index 6073c0f5127..888f5d8f3a8 100644
--- a/it/it-tests/src/test/resources/ui/i18n/locale-with-swiss-country.html
+++ b/it/it-tests/src/test/resources/ui/i18n/locale-with-swiss-country.html
@@ -15,17 +15,17 @@
<tbody>
<tr>
<td>open</td>
- <td>/sonar/overview/index?id=sample&locale=fr-CH</td>
+ <td>/sonar/dashboard/index?id=sample&locale=fr-CH</td>
<td></td>
</tr>
<tr>
<td>waitForText</td>
- <td>css=.navbar-context</td>
+ <td>css=#content</td>
<td>regexp:.*jan.*|.*fév.*|.*mar.*|.*avr.*|.*mai.*|.*juin.*|.*juil.*|.*août.*|.*sept.*|.*oct.*|.*nov.*|.*déc.*</td>
</tr>
<tr>
<td>waitForText</td>
- <td>css=.overview</td>
+ <td>css=#content</td>
<td>*0.0%*</td>
</tr>
</tbody>