angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

Test on Android Chrome keeps waiting until Accept & Continue #3316

Open snehasis opened 8 years ago

snehasis commented 8 years ago

Hi there!

While testing it on Android emulator on chrome it always asks for Accept & Continue terms of Chrome and next to Sign In as well.

Also it will keep on the same Page until you manually click on the Accept & Continue every time.

This cause automation to click on the Android Emulator prompt and then proceed further.

It should not ask for any default terms acceptance and sign in features of Chrome.

Bug report

Thanks Snehasis Mohapatra

juliemr commented 8 years ago

@sjelin can you comment?

sjelin commented 8 years ago

Not really, I'll looking into it though. One thing that jumps out at me is that N isn't a current version. Otherwise, this sounds like it's probably an appium bug but I should look into it

snehasis commented 8 years ago

@sjelin , Even if I change the platform version to anything else, it still do the same thing.

sjelin commented 7 years ago

See https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md#welcome-to-chome-ui. We'll probably be unable to solve this. But the good news is that in my experience your tests still runs, you just can't see the results.