Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: ui/webui/resources/js/webui_resource_test.js

Issue 2503453003: Remove all calls to domAutomationController.setAutomationId.
Patch Set: Fix nacl_browsertest_util.cc Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_case.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/webui_resource_test.js
diff --git a/ui/webui/resources/js/webui_resource_test.js b/ui/webui/resources/js/webui_resource_test.js
index 12b3c37f510161154fcb09fdc9ac9a53329f9545..cb0c060be03ec31a5b378c134924798f3cc4151f 100644
--- a/ui/webui/resources/js/webui_resource_test.js
+++ b/ui/webui/resources/js/webui_resource_test.js
@@ -195,7 +195,6 @@ function continueTesting(opt_asyncTestFailure) {
endTests(cleanTestRun);
}
if (!done) {
- domAutomationController.setAutomationId(1);
domAutomationController.send('PENDING');
}
}
@@ -208,7 +207,6 @@ exports.runTests = runTests;
* @param {boolean} success Indicates if the test completed successfully.
*/
function endTests(success) {
- domAutomationController.setAutomationId(1);
domAutomationController.send(success ? 'SUCCESS' : 'FAILURE');
}
« no previous file with comments | « ppapi/tests/test_case.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698