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

ProjectExists doesn't work with nested projects in the Project Explorer #2161

Open
henryju opened this issue Feb 17, 2022 · 1 comment
Open
Labels
Milestone

Comments

@henryju
Copy link

henryju commented Feb 17, 2022

(Using Reddeer 4.0)

With nested projects it seems like the ProjectExists wait condition doesn't work:

var projectExplorer = new ProjectExplorer();
new WaitUntil(new ProjectExists("module", projectExplorer));

I guess this is caused by this code assuming all projects are top level elements in the tree.
Not tested, but I wonder if it will not fail if there are working sets.

@odockal
Copy link
Member

odockal commented Feb 23, 2022

@henryju That seems like it will require some updates. Thanks! Will look at it.

@odockal odockal added the bug label Apr 29, 2022
@odockal odockal added this to the 4.2.0 milestone Apr 29, 2022
@odockal odockal modified the milestones: 4.2.0, Milestone.next Aug 1, 2022
@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