Procházet zdrojové kódy

TableSortIndicatorTest fix (#12469)

Stabilize the tests by ensuring that the loading indicator is no longer
present when the screenshot comparison is done.
tags/8.15.0
Anna Koskinen před 2 roky
rodič
revize
9ccece7247
Žádný účet není propojen s e-mailovou adresou tvůrce revize

binární
uitest/reference-screenshots/chrome/TableSortIndicatorTest-ascendingIndicatorIsShown_ANY_Chrome__ascending.png Zobrazit soubor


binární
uitest/reference-screenshots/chrome/TableSortIndicatorTest-descendingIndicatorIsShown_ANY_Chrome__descending.png Zobrazit soubor


+ 2
- 0
uitest/src/test/java/com/vaadin/tests/themes/valo/TableSortIndicatorTest.java Zobrazit soubor

@@ -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");
}


Načítá se…
Zrušit
Uložit