Skip to content

Commit

Permalink
fix for TestPageOrg.test004testCreateChild (click on the correct menu…
Browse files Browse the repository at this point in the history
… button)
  • Loading branch information
skublik committed Sep 24, 2020
1 parent 472d2a6 commit 8490811
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public void test003testAddNewOrg() throws Exception {
@Test
public void test004testCreateChild() throws Exception {
renderPage(PageOrgTree.class);
tester.clickLink("orgPanel:tabs:panel:treePanel:treeContainer:tree:subtree:branches:1:node:content:menu:inlineMenuPanel:dropDownMenu:menuItem:6:menuItemBody:menuItemLink");
tester.clickLink("orgPanel:tabs:panel:treePanel:treeContainer:tree:subtree:branches:1:node:content:menu:inlineMenuPanel:dropDownMenu:menuItem:8:menuItemBody:menuItemLink");
tester.assertRenderedPage(PageOrgUnit.class);

FormTester formTester = tester.newFormTester(MAIN_FORM, false);
Expand Down

0 comments on commit 8490811

Please sign in to comment.