aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
diff options
context:
space:
mode:
authorAnna Koskinen <Ansku@users.noreply.github.com>2021-11-03 15:38:14 +0200
committerGitHub <noreply@github.com>2021-11-03 15:38:14 +0200
commit9ccece724727d6229957dfa825849d6f5cbbed65 (patch)
treefa006b48e1057d5365b868634f57120c7db489d8 /uitest/src
parentb62869bfb112317fd2f5cdeaff954241b03b8191 (diff)
downloadvaadin-framework-9ccece724727d6229957dfa825849d6f5cbbed65.tar.gz
vaadin-framework-9ccece724727d6229957dfa825849d6f5cbbed65.zip
TableSortIndicatorTest fix (#12469)
Stabilize the tests by ensuring that the loading indicator is no longer present when the screenshot comparison is done.
Diffstat (limited to 'uitest/src')
-rw-r--r--uitest/src/test/java/com/vaadin/tests/themes/valo/TableSortIndicatorTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/themes/valo/TableSortIndicatorTest.java b/uitest/src/test/java/com/vaadin/tests/themes/valo/TableSortIndicatorTest.java
index 9fe927e84c..e05a69fb0b 100644
--- a/uitest/src/test/java/com/vaadin/tests/themes/valo/TableSortIndicatorTest.java
+++ b/uitest/src/test/java/com/vaadin/tests/themes/valo/TableSortIndicatorTest.java
@@ -21,6 +21,7 @@ public class TableSortIndicatorTest extends MultiBrowserTest {
clickOnCellHeader();
+ waitUntilLoadingIndicatorNotVisible();
compareScreen("ascending");
}
@@ -32,6 +33,7 @@ public class TableSortIndicatorTest extends MultiBrowserTest {
clickOnCellHeader();
clickOnSortIndicator();
+ waitUntilLoadingIndicatorNotVisible();
compareScreen("descending");
}