| Index: chrome/test/data/webui/settings/route_tests.js
|
| diff --git a/chrome/test/data/webui/settings/route_tests.js b/chrome/test/data/webui/settings/route_tests.js
|
| index 32e13d1f571686e0326f338ab0ab516ca0c48a44..94c60e837677c6dd5a06a95aa24eec516b133d3d 100644
|
| --- a/chrome/test/data/webui/settings/route_tests.js
|
| +++ b/chrome/test/data/webui/settings/route_tests.js
|
| @@ -19,6 +19,10 @@ suite('route', function() {
|
| return promise;
|
| }
|
|
|
| + teardown(function() {
|
| + PolymerTest.clearBody();
|
| + });
|
| +
|
| /**
|
| * Tests a specific navigation situation.
|
| * @param {!settings.Route} previousRoute
|
|
|