Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/LocationPage.java')
-rw-r--r--org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/LocationPage.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/LocationPage.java b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/LocationPage.java
index 8220a84980..5918d7682b 100644
--- a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/LocationPage.java
+++ b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/LocationPage.java
@@ -31,4 +31,9 @@ public class LocationPage {
shell.bot().radio(UIText.GitCreatePatchWizard_Workspace).click();
shell.bot().text(1).setText(path);
}
+
+ OptionsPage nextToOptionsPage() {
+ shell.bot().button("Next >").click();
+ return new OptionsPage(shell);
+ }
}

Back to the top