Skip to content

Commit 3656d2d

Browse files
Fix error SWT bot test 3
1 parent e0bd24e commit 3656d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/project

tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/project/AddProjectNatureTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private static void toggleFilters(boolean checked) {
269269
return;
270270
} catch (WidgetNotFoundException e3) {
271271
// Log available buttons for debugging
272-
org.eclipse.swtbot.swt.finder.widgets.SWTBotButton[] buttons = dialogBot.buttons();
272+
org.eclipse.swtbot.swt.finder.widgets.SWTBotButton[] buttons = dialogBot.allButtons();
273273
StringBuilder availableButtons = new StringBuilder("Available buttons: ");
274274
for (org.eclipse.swtbot.swt.finder.widgets.SWTBotButton btn : buttons) {
275275
availableButtons.append("[").append(btn.getText()).append("] ");

0 commit comments

Comments
 (0)