We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2497376 commit 4aa9d83Copy full SHA for 4aa9d83
zeppelin-web-angular/e2e/models/notebook-action-bar-page.ts
@@ -122,7 +122,6 @@ export class NotebookActionBarPage extends BasePage {
122
async isCodeVisible(): Promise<boolean> {
123
const icon = this.showHideCodeButton.locator('i[nz-icon] svg');
124
const iconType = await icon.getAttribute('data-icon');
125
- console.log(icon, iconType);
126
return iconType === 'fullscreen-exit';
127
}
128
0 commit comments