aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xuitest/reference-screenshots/chrome/TableSortIndicatorTest-ascendingIndicatorIsShown_ANY_Chrome__ascending.pngbin14132 -> 14154 bytes
-rwxr-xr-xuitest/reference-screenshots/chrome/TableSortIndicatorTest-descendingIndicatorIsShown_ANY_Chrome__descending.pngbin14140 -> 14130 bytes
-rw-r--r--uitest/src/test/java/com/vaadin/tests/themes/valo/TableSortIndicatorTest.java2
3 files changed, 2 insertions, 0 deletions
diff --git a/uitest/reference-screenshots/chrome/TableSortIndicatorTest-ascendingIndicatorIsShown_ANY_Chrome__ascending.png b/uitest/reference-screenshots/chrome/TableSortIndicatorTest-ascendingIndicatorIsShown_ANY_Chrome__ascending.png
index 58669454a1..dda7458004 100755
--- a/uitest/reference-screenshots/chrome/TableSortIndicatorTest-ascendingIndicatorIsShown_ANY_Chrome__ascending.png
+++ b/uitest/reference-screenshots/chrome/TableSortIndicatorTest-ascendingIndicatorIsShown_ANY_Chrome__ascending.png
Binary files differ
diff --git a/uitest/reference-screenshots/chrome/TableSortIndicatorTest-descendingIndicatorIsShown_ANY_Chrome__descending.png b/uitest/reference-screenshots/chrome/TableSortIndicatorTest-descendingIndicatorIsShown_ANY_Chrome__descending.png
index 0b6205d449..c07c3ea7d5 100755
--- a/uitest/reference-screenshots/chrome/TableSortIndicatorTest-descendingIndicatorIsShown_ANY_Chrome__descending.png
+++ b/uitest/reference-screenshots/chrome/TableSortIndicatorTest-descendingIndicatorIsShown_ANY_Chrome__descending.png
Binary files differ
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");
}