Skip to content

Commit ef791ce

Browse files
authored
Apply minor suggestions from code review
1 parent f0b6431 commit ef791ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zeppelin-web-angular/e2e/models/notebook-action-bar-page.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export class NotebookActionBarPage extends BasePage {
8989
await this.clearOutputButton.click();
9090
}
9191

92+
9293
async switchToPersonalMode(): Promise<void> {
9394
await this.personalModeButton.click();
9495
}
@@ -109,6 +110,7 @@ export class NotebookActionBarPage extends BasePage {
109110
await this.commitConfirmButton.click();
110111
}
111112

113+
112114
async openRevisionDropdown(): Promise<void> {
113115
await this.revisionDropdown.click();
114116
}

0 commit comments

Comments
 (0)