Commit cc463e66 authored by Jay Civelli's avatar Jay Civelli Committed by Commit Bot

Fix the PasswordGenerationInteractiveTest interactive ui tests

Fixes the PasswordGenerationInteractiveTest interactive ui tests with
the network service. The tests were not initializing the command line
properly.

Bug: 819249
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: I8321d85caf67d2b762e827881c16f8c4d52ff551
Reviewed-on: https://chromium-review.googlesource.com/964908Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Jay Civelli <jcivelli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543625}
parent a4bf749b
...@@ -57,6 +57,8 @@ class PasswordGenerationInteractiveTest : ...@@ -57,6 +57,8 @@ class PasswordGenerationInteractiveTest :
public PasswordManagerBrowserTestBase { public PasswordManagerBrowserTestBase {
public: public:
void SetUpCommandLine(base::CommandLine* command_line) override { void SetUpCommandLine(base::CommandLine* command_line) override {
PasswordManagerBrowserTestBase::SetUpCommandLine(command_line);
// Make sure the feature is enabled. // Make sure the feature is enabled.
command_line->AppendSwitch(autofill::switches::kEnablePasswordGeneration); command_line->AppendSwitch(autofill::switches::kEnablePasswordGeneration);
......
...@@ -2,9 +2,5 @@ ...@@ -2,9 +2,5 @@
# See https://crbug.com/819249 # See https://crbug.com/819249
-LocalNTPUITest.FakeboxRedirectsToOmnibox -LocalNTPUITest.FakeboxRedirectsToOmnibox
-PasswordGenerationInteractiveTest.GenerationTriggeredInIFrame
-PasswordGenerationInteractiveTest.PopupShownAndDismissed
-PasswordGenerationInteractiveTest.PopupShownAndDismissedByScrolling
-PasswordGenerationInteractiveTest.PopupShownAndPasswordSelected
-WebViewInteractiveTests/WebViewNewWindowInteractiveTest.NewWindow_WebRequestRemoveElement/0 -WebViewInteractiveTests/WebViewNewWindowInteractiveTest.NewWindow_WebRequestRemoveElement/0
-WebViewInteractiveTests/WebViewNewWindowInteractiveTest.NewWindow_WebRequestRemoveElement/1 -WebViewInteractiveTests/WebViewNewWindowInteractiveTest.NewWindow_WebRequestRemoveElement/1
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