[ChromeDriver] fix testEagerMode on Android
Eager Mode test requires different driver capabilities than other ChromeDriverTest methods. Creating a second driver causes the test to fail when run on Android. Moved the test to a new class with no default setup to enable a custom setup without failing on Android. Bug: chromedriver:3016 Change-Id: I8dcbc267328a18bd75e91db8b04383834da49d0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761609 Commit-Queue: Tricia Crichton <triciac@chromium.org> Reviewed-by:John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#688750}
Showing
Please register or sign in to comment