This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 25b4090  [BEAM-11045] Advance chrome version for screen diff 
integration test 1. Advanced chromedriver-binary version to current stable 
chrome browser    version 88. 2. Updated the golden screenshots to new ones. 
Screenshot size in this    version of chrome browser is now back to the 
viewport size.
     new 2151954  Merge pull request #13905 from KevinGG/BEAM-11045
25b4090 is described below

commit 25b4090e67716f7d746716bf24de14a691d73aa2
Author: Ning Kang <[email protected]>
AuthorDate: Fri Feb 5 11:20:26 2021 -0800

    [BEAM-11045] Advance chrome version for screen diff integration test
    1. Advanced chromedriver-binary version to current stable chrome browser
       version 88.
    2. Updated the golden screenshots to new ones. Screenshot size in this
       version of chrome browser is now back to the viewport size.
---
 .../Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png    | Bin 746483 -> 731926 bytes
 .../Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png     | Bin 703677 -> 704323 bytes
 sdks/python/setup.py                               |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 
b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
index bfafc86..2df01b5 100644
Binary files 
a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 and 
b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 differ
diff --git 
a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 
b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
index 6f3f325..071fddb 100644
Binary files 
a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 and 
b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 differ
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 51e985a..f711027 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -216,7 +216,7 @@ INTERACTIVE_BEAM_TEST = [
     # headless chrome based integration tests
     'selenium>=3.141.0,<4',
     'needle>=0.5.0,<1',
-    'chromedriver-binary>=87,<88',
+    'chromedriver-binary>=88,<89',
     # use a fixed major version of PIL for different python versions
     'pillow>=7.1.1,<8',
 ]

Reply via email to