Skip to content

Commit

Permalink
fix for schrodinger test mod10test04FinishingManagerMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Sep 25, 2020
1 parent 988add4 commit 4643e04
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -220,7 +220,8 @@ public void mod10test04FinishingManagerMapping() {
OrgRootTab rootTab = basicPage.orgStructure()
.selectTabWithRootOrg("ExAmPLE, Inc. - Functional Structure");
Assert.assertTrue(rootTab.getOrgHierarchyPanel()
.expandOrg("Technology Division")
.showTreeNodeDropDownMenu("Technology Division")
.expandAll()
.selectOrgInTree("IT Administration Department")
.and()
.getManagerPanel()
Expand Down

0 comments on commit 4643e04

Please sign in to comment.