Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class AddProjectNatureTest {
private static final String CUSTOMIZE_VIEW_DIALOG_TITLE_4_7 = "Filters and Customization";
private static final String CUSTOMIZE_VIEW_RESOURCES_FILTER = ".* resources";
private static final String CUSTOMIZE_VIEW_SHADOW_FILTER = "Trace Compass Shadow Projects";
private static final String OK_BUTTON = "OK";
private static final String APPLY_BUTTON = "Apply";

private static IWorkspaceRoot fWorkspaceRoot;
private static IProject fSomeProject;
Expand Down Expand Up @@ -249,6 +249,6 @@ private static void toggleFilters(boolean checked) {
item.toggleCheck();
}

shell.bot().button(OK_BUTTON).click();
shell.bot().button(APPLY_BUTTON).click();
}
}
Loading