Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajas committed Oct 16, 2015
1 parent 41a51d9 commit 39f985e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -34,8 +34,6 @@ public String getUriFragment() {
public void addPolicy(PasswordPolicy.Type policy, String value) {
waitGuiForElement(addPolicySelectElement);
addPolicySelect.selectByVisibleText(policy.getName());

//addPolicySelect.selectByValue(policy.getName());
setPolicyValue(policy, value);
primaryButton.click();
}
Expand Down
Expand Up @@ -23,9 +23,10 @@
public class LoginEventsTest extends AbstractConsoleTest {
@Page
private LoginEvents loginEventsPage;

@Page
private Config configPage;

@Before
public void beforeLoginEventsTest() {
RealmRepresentation realm = testRealmResource().toRepresentation();
Expand Down

0 comments on commit 39f985e

Please sign in to comment.