Skip to content
Snippets Groups Projects
Commit 9ce5ae5d authored by Michael Hamann's avatar Michael Hamann
Browse files

[Misc] LiveDataIT: add another wait on the row count to avoid flickering

(cherry picked from commit 12037392)
parent 5fcc3656
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,7 @@ void livedataLivetableTableLayout(TestUtils testUtils, TestReference testReferen
assertEquals(1, suggestionElements.size());
suggestionElements.get(0).select();
liveDataElement.waitUntilReady();
tableLayout.waitUntilRowCountEqualsTo(1);
assertEquals(1, tableLayout.countRows());
tableLayout.assertRow(NAME_COLUMN, NAME_LYNDA);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment