Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RedDeer Recorder - recorded ContextMenu constructor is not valid #1994

Open
vogella opened this issue Jan 29, 2019 · 0 comments
Open

RedDeer Recorder - recorded ContextMenu constructor is not valid #1994

vogella opened this issue Jan 29, 2019 · 0 comments
Labels
Milestone

Comments

@vogella
Copy link

vogella commented Jan 29, 2019

After recording a test with the RedDeer Recorder I have the following:

new WorkbenchView("Project Explorer");
new DefaultTreeItem("example","src","example.handlers","AboutHandler5.java").select();
new ContextMenu("Copy").select();
new DefaultTreeItem("example","src","example.handlers").select();
new ContextMenu("Paste").select();
new DefaultShell("Name Conflict");
new PushButton("OK").click();
new WorkbenchView("Project Explorer");
new DefaultTreeItem("example","src","example.handlers","AboutHandler6.java").select();
new WorkbenchView("Project Explorer");
new ContextMenu("Open").select();

new ContextMenu does not have a constructor which takes a parameter.

Looks like the following call would be correct:

		new ContextMenu().getItem("Copy").select();
@odockal odockal self-assigned this Jan 29, 2019
@odockal odockal added this to the 2.5.0 milestone Jan 29, 2019
@odockal odockal added the task label Jan 29, 2019
@odockal odockal modified the milestones: 2.5.0, 2.6.0 Apr 10, 2019
@odockal odockal modified the milestones: 2.6.0, 2.7.0 Jun 21, 2019
@odockal odockal modified the milestones: 2.7.0, 2.8.0, LATER Sep 24, 2019
@odockal odockal modified the milestones: LATER, 2.8.0 Oct 8, 2019
@odockal odockal modified the milestones: 2.8.0, 2.9.0 Jan 8, 2020
@odockal odockal modified the milestones: 2.9.0, LATER Jul 15, 2020
@odockal odockal removed their assignment Jul 15, 2020
@odockal odockal modified the milestones: LATER, 3.1.0 Jul 21, 2020
@odockal odockal modified the milestones: 3.1.0, 3.2.0 Oct 1, 2020
@odockal odockal modified the milestones: 3.2.0, 3.3.0 Feb 2, 2021
@odockal odockal modified the milestones: 3.3.0, 3.4.0 Apr 13, 2021
@odockal odockal modified the milestones: 3.4.0, 3.5.0 Jun 28, 2021
@odockal odockal modified the milestones: 3.5.0, Milestone.next Sep 29, 2021
@odockal odockal modified the milestones: Milestone.next, LATER Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants