Page MenuHomePhabricator

disable "save password" popup for login user journey
Open, Needs TriagePublic

Description

When we do the login user journey on the Android phones the last visual change is a "save password" popup that we should try to disable.

save-pw.png (400×284 px, 120 KB)

Event Timeline

There's some seems to be no command line switch to fix that, and I asked BitBar to do it manually on the phone that runs the tests.

Chrome settings at BitBar has been changed and they are not removed between tests. I've updated the password setting and waiting for next tests to come through.

It turns out that the Chromedriver on Android always clean the profile directory and that you cannot set your own profile on Android see https://monorail-prod.appspot.com/p/chromedriver/issues/detail?id=1206

I'm gonna create an issue for Chromedriver and see what can be done.