Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

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

@henryju

Description

@henryju

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions