Commit a6b4b2a6 authored by lukasza's avatar lukasza Committed by Commit Bot

Remove all calls to domAutomationController.setAutomationId.

These calls are no longer needed after r485461
(https://crrev.com/2478803003) which has made the
domAutomationController.setAutomationId call a no-op.

BUG=662543
This CL was uploaded by git cl split.

R=tedchoc@chromium.org

Review-Url: https://codereview.chromium.org/2977733002
Cr-Commit-Position: refs/heads/master@{#485771}
parent 3136d7ad
...@@ -96,7 +96,6 @@ public class InterstitialPageTest { ...@@ -96,7 +96,6 @@ public class InterstitialPageTest {
+ "<head>" + "<head>"
+ " <script>" + " <script>"
+ " function sendCommand(command) {" + " function sendCommand(command) {"
+ " window.domAutomationController.setAutomationId(1);"
+ " window.domAutomationController.send(command);" + " window.domAutomationController.send(command);"
+ " }" + " }"
+ " </script>" + " </script>"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment