| Index: dashboard/dashboard/static/group_report_test.html
|
| diff --git a/dashboard/dashboard/static/group_report_test.html b/dashboard/dashboard/static/group_report_test.html
|
| index 25d956014b0195da3e0888e70119298401fb3a03..3d8809b633163185920b4b4efa7486314ae14c74 100644
|
| --- a/dashboard/dashboard/static/group_report_test.html
|
| +++ b/dashboard/dashboard/static/group_report_test.html
|
| @@ -74,7 +74,7 @@ tr.b.unittest.testSuite(function() {
|
| assert.equal(
|
| result[0],
|
| 'ChromiumPerf/chromium-rel-mac/page_cycler.morejs/idle_wakeups_gpu');
|
| - assert.deepEqual(result[1], ['idle_wakeups_gpu']);
|
| + assert.deepEqual(result[1], ['idle_wakeups_gpu', 'ref']);
|
| }, testOptions);
|
|
|
| test('getTestPathAndSelectedSeries for alert on leaf series', function() {
|
| @@ -89,7 +89,7 @@ tr.b.unittest.testSuite(function() {
|
| assert.equal(
|
| result[0],
|
| 'ChromiumPerf/chromium-rel-mac/page_cycler.morejs/cold_times');
|
| - assert.deepEqual(result[1], ['page_load_time']);
|
| + assert.deepEqual(result[1], ['page_load_time', 'page_load_time_ref']);
|
| }, testOptions);
|
|
|
| });
|
|
|