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() {
180
180
method : 'skip' ,
181
181
label : 'step-0' ,
182
182
value : 'step-0' ,
183
+ execute : true ,
183
184
} , {
184
185
method : 'skip' ,
185
186
args : [ 'title' , 'Hello World' ] ,
186
187
label : 'step-1' ,
187
188
value : 'step-1' ,
189
+ execute : true ,
188
190
} ) ;
189
191
} ) ;
190
192
Original file line number Diff line number Diff line change @@ -158,11 +158,13 @@ describe('update menus defaults', function() {
158
158
expect ( layoutOut . updatemenus [ 0 ] . buttons [ 0 ] ) . toEqual ( {
159
159
method : 'skip' ,
160
160
label : '' ,
161
+ execute : true ,
161
162
_index : 0
162
163
} , {
163
164
method : 'skip' ,
164
165
args : [ 'title' , 'Hello World' ] ,
165
166
label : '' ,
167
+ execute : true ,
166
168
_index : 1
167
169
} ) ;
168
170
} ) ;
You can’t perform that action at this time.
0 commit comments