File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -180,11 +180,13 @@ describe('sliders defaults', function() {
180180 method : 'skip' ,
181181 label : 'step-0' ,
182182 value : 'step-0' ,
183+ execute : true ,
183184 } , {
184185 method : 'skip' ,
185186 args : [ 'title' , 'Hello World' ] ,
186187 label : 'step-1' ,
187188 value : 'step-1' ,
189+ execute : true ,
188190 } ) ;
189191 } ) ;
190192
Original file line number Diff line number Diff line change @@ -158,11 +158,13 @@ describe('update menus defaults', function() {
158158 expect ( layoutOut . updatemenus [ 0 ] . buttons [ 0 ] ) . toEqual ( {
159159 method : 'skip' ,
160160 label : '' ,
161+ execute : true ,
161162 _index : 0
162163 } , {
163164 method : 'skip' ,
164165 args : [ 'title' , 'Hello World' ] ,
165166 label : '' ,
167+ execute : true ,
166168 _index : 1
167169 } ) ;
168170 } ) ;
You can’t perform that action at this time.
0 commit comments