]> source.dussan.org Git - vaadin-framework.git/commitdiff
Chrome update to version 86 (#12117) (#12126)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Tue, 20 Oct 2020 10:20:18 +0000 (13:20 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 10:20:18 +0000 (13:20 +0300)
uitest/reference-screenshots/chrome/FontIconsTest-checkScreenshot_ANY_Chrome__allVaadinIcons.png
uitest/reference-screenshots/chrome/ResponsiveStylesTest-testValoMenuResponsiveHover_ANY_Chrome__collapsedMenu.png
uitest/src/test/java/com/vaadin/tests/VerifyBrowserVersionTest.java
uitest/src/test/java/com/vaadin/tests/themes/valo/ValoThemeUITest.java

index 0d68db48872fb3f47556e720408241c480480e11..b95ce78e8033eb6b1565422088243c8f07ebbcf0 100644 (file)
Binary files a/uitest/reference-screenshots/chrome/FontIconsTest-checkScreenshot_ANY_Chrome__allVaadinIcons.png and b/uitest/reference-screenshots/chrome/FontIconsTest-checkScreenshot_ANY_Chrome__allVaadinIcons.png differ
index c2638a42693566b6dc935508273f2a1bee127810..9070133c4c4af092b159822ad5b884e7655ab5d2 100755 (executable)
Binary files a/uitest/reference-screenshots/chrome/ResponsiveStylesTest-testValoMenuResponsiveHover_ANY_Chrome__collapsedMenu.png and b/uitest/reference-screenshots/chrome/ResponsiveStylesTest-testValoMenuResponsiveHover_ANY_Chrome__collapsedMenu.png differ
index f1a91a2590cfaed31c483ae03be26c06b693ee4b..5357a5bc5265bf3521e5166d91187c73ccbf8ade 100644 (file)
@@ -25,7 +25,7 @@ public class VerifyBrowserVersionTest extends MultiBrowserTest {
             // Chrome version does not necessarily match the desired version
             // because of auto updates...
             browserIdentifier = getExpectedUserAgentString(
-                    getDesiredCapabilities()) + "85";
+                    getDesiredCapabilities()) + "86";
         } else if (BrowserUtil.isFirefox(getDesiredCapabilities())) {
             browserIdentifier = getExpectedUserAgentString(
                     getDesiredCapabilities()) + "75";
index c0350bbc157d05f02171854a2f36cf2c01ef76b7..489b7aba40baae6bc33f37d01348813981bc847b 100644 (file)
@@ -265,6 +265,7 @@ public class ValoThemeUITest extends MultiBrowserTest {
         }
 
         $(ButtonElement.class).caption(link).first().click();
+        waitUntilLoadingIndicatorNotVisible();
         CssLayoutElement content = wrap(CssLayoutElement.class,
                 findElement(By.className("valo-content")));
         LabelElement captionElem = content.$(LabelElement.class).first();
@@ -285,6 +286,7 @@ public class ValoThemeUITest extends MultiBrowserTest {
 
         testBenchElement(testMenu).scroll(top);
         testBenchElement(testMenu).scrollLeft(left);
+        waitUntilLoadingIndicatorNotVisible();
     }
 
     @Override