You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
(Using Reddeer 4.0)
With nested projects it seems like the ProjectExists wait condition doesn't work:
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.
The text was updated successfully, but these errors were encountered: