diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-12-07 23:06:04 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-12-07 23:06:04 +0100 |
commit | 9c7113b74426dcf93038b0bd18111408cf7d81e0 (patch) | |
tree | 640c56d2eeaaa1b222fbad7d2710c6eab02948eb /it | |
parent | 68b26b6e2faeeba76f51818a6f53cfeacdfda09b (diff) | |
download | sonarqube-9c7113b74426dcf93038b0bd18111408cf7d81e0.tar.gz sonarqube-9c7113b74426dcf93038b0bd18111408cf7d81e0.zip |
Fix IT of commit #d28a121fe58d6155048ba244e92a36540cba9990
Diffstat (limited to 'it')
2 files changed, 2 insertions, 2 deletions
diff --git a/it/it-tests/src/test/resources/measureHistory/DifferentialPeriodsTest/display-periods-selection-dropdown-on-dashboard.html b/it/it-tests/src/test/resources/measureHistory/DifferentialPeriodsTest/display-periods-selection-dropdown-on-dashboard.html index c0aa52340c1..a76c3934998 100644 --- a/it/it-tests/src/test/resources/measureHistory/DifferentialPeriodsTest/display-periods-selection-dropdown-on-dashboard.html +++ b/it/it-tests/src/test/resources/measureHistory/DifferentialPeriodsTest/display-periods-selection-dropdown-on-dashboard.html @@ -35,7 +35,7 @@ <tbody> <tr> <td>open</td> - <td>/sonar/dashboard/index?id=sample&name=Dashboard</td> + <td>/sonar/dashboard/index?id=sample&name=Custom</td> <td></td> </tr> <tr> diff --git a/it/it-tests/src/test/resources/measureHistory/DifferentialPeriodsTest/not-display-periods-selection-dropdown-on-dashboard.html b/it/it-tests/src/test/resources/measureHistory/DifferentialPeriodsTest/not-display-periods-selection-dropdown-on-dashboard.html index 092d1b35df8..45bff83985f 100644 --- a/it/it-tests/src/test/resources/measureHistory/DifferentialPeriodsTest/not-display-periods-selection-dropdown-on-dashboard.html +++ b/it/it-tests/src/test/resources/measureHistory/DifferentialPeriodsTest/not-display-periods-selection-dropdown-on-dashboard.html @@ -15,7 +15,7 @@ <tbody> <tr> <td>open</td> - <td>/sonar/dashboard/index?id=sample&name=Dashboard</td> + <td>/sonar/dashboard/index?id=sample&name=Custom</td> <td></td> </tr> <tr> |