Commit 2d4e022f authored by jochen@chromium.org's avatar jochen@chromium.org

Try fix EnterpriseKioskApp test on chromiumos asan builders

BUG=none
TBR=nkostylev@chromium.org

Review URL: https://codereview.chromium.org/135963002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244443 0039d316-1c4b-4281-b951-d872f2087c98
parent abee3515
...@@ -810,6 +810,7 @@ IN_PROC_BROWSER_TEST_F(KioskEnterpriseTest, EnterpriseKioskApp) { ...@@ -810,6 +810,7 @@ IN_PROC_BROWSER_TEST_F(KioskEnterpriseTest, EnterpriseKioskApp) {
EXPECT_TRUE(content::ExecuteScriptAndExtractString( EXPECT_TRUE(content::ExecuteScriptAndExtractString(
window->web_contents(), window->web_contents(),
"chrome.identity.getAuthToken({ 'interactive': false }, function(token) {" "chrome.identity.getAuthToken({ 'interactive': false }, function(token) {"
" window.domAutomationController.setAutomationId(0);"
" window.domAutomationController.send(token);" " window.domAutomationController.send(token);"
"});", "});",
&result)); &result));
......
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