New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 770091 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task

Blocked on:
issue 435048



Sign in to add a comment

Remove --enable-features=CredentialManager from args passed to ios_chrome_integration_egtests

Project Member Reported by tgarbus@google.com, Sep 29 2017

Issue description

CredentialManager feature has been temporarily added to args passed to ios_chrome_integration_egtests. This is because:
1) We want to avoid creating a new test target, thus EG tests for passwords were added to ios_chrome_integration_egtests
2) Enabling the feature through ScopedFeatureList dosesn't work. ChromeWebClient::GetEarlyPage script is called once per BrowserState, so it has been already called (from other integration tests) before the feature is enabled.

This is a temporary solution, which was allowed because it doesn't affect other test cases in the test suite in any way. It should be removed once feature is implemented and enabled by default.
 
Status: Assigned (was: Untriaged)

Sign in to add a comment