Skip to content

Commit

Permalink
fix style and test
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 6, 2020
1 parent 8041410 commit 6a6ed3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -100,7 +100,7 @@ public void test003testMembers() throws Exception {
// Open Role0001 page
renderPage(PageRole.class, role1Oid);
// Show Members tab
clickOnTab(8);
clickOnTab(7);

// THEN
tester.assertComponent(panel, AbstractRoleMemberPanel.class);
Expand Down
Expand Up @@ -6643,4 +6643,4 @@ protected ExpressionVariables createVariables(Object... params) {
return ExpressionVariables.create(prismContext, params);
}

}
}

0 comments on commit 6a6ed3e

Please sign in to comment.