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

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

parent eb696b59
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,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