mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: zeppeiln-web test for runNote
This commit is contained in:
parent
284e8e643f
commit
c200585783
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ describe('Controller: NotebookCtrl', function() {
|
|||
scope.note = noteMock;
|
||||
});
|
||||
|
||||
var functions = ['getCronOptionNameFromValue', 'removeNote', 'runNote', 'saveNote', 'toggleAllEditor',
|
||||
var functions = ['getCronOptionNameFromValue', 'removeNote', 'runAllParagraphs', 'saveNote', 'toggleAllEditor',
|
||||
'showAllEditor', 'hideAllEditor', 'toggleAllTable', 'hideAllTable', 'showAllTable', 'isNoteRunning',
|
||||
'killSaveTimer', 'startSaveTimer', 'setLookAndFeel', 'setCronScheduler', 'setConfig', 'updateNoteName',
|
||||
'openSetting', 'closeSetting', 'saveSetting', 'toggleSetting'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue