You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add wait conditions to all tests checking empty selection
Also add DisplayHelper.waitForCondition() to tests that check for empty
selection to ensure the table is fully populated before the assertion.
This prevents race conditions where the table hasn't been initialized yet.
Co-authored-by: vogella <[email protected]>
Copy file name to clipboardExpand all lines: tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/ResourceInitialSelectionTest.java
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,14 @@ public void testSingleSelectionAndOneInitialNonExistingSelectionWithInitialPatte
0 commit comments