mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fixed notebook list count testcase in AuthIT
This commit is contained in:
parent
27451a4108
commit
72ff950b07
1 changed files with 3 additions and 1 deletions
|
|
@ -133,6 +133,8 @@ public class AuthenticationIT extends AbstractZeppelinIT {
|
|||
MAX_BROWSER_TIMEOUT_SEC).click();
|
||||
pollingWait(By.xpath("//li[@class='dropdown notebook-list-dropdown']"),
|
||||
MAX_BROWSER_TIMEOUT_SEC).click();
|
||||
} catch (Exception e) {
|
||||
handleException("Exception in ParagraphActionsIT while testShowNotebookListOnNavbar ", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -161,7 +163,7 @@ public class AuthenticationIT extends AbstractZeppelinIT {
|
|||
|
||||
authenticationIT.logoutUser("admin");
|
||||
} catch (Exception e) {
|
||||
handleException("Exception in ParagraphActionsIT while testCreateNewButton ", e);
|
||||
handleException("Exception in AuthenticationIT while testCreateNewButton ", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue