Skip to content

Commit 31f9110

Browse files
authored
Merge pull request #4 from prabhjyotsingh/logoutUserFix
CI failure for testGroupPermission
2 parents 2fde749 + 4686a18 commit 31f9110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-server/src/test/java/org/apache/zeppelin/integration/AuthenticationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private void logoutUser(String userName) {
124124
userName + "')]")).click();
125125
ZeppelinITUtils.sleep(500, false);
126126
driver.findElement(By.xpath("//div[contains(@class, 'navbar-collapse')]//li[contains(.,'" +
127-
userName + "')]//a[@ng-click='logout()']")).click();
127+
userName + "')]//a[@ng-click='navbar.logout()']")).click();
128128
ZeppelinITUtils.sleep(5000, false);
129129
}
130130

0 commit comments

Comments
 (0)