(specs)
| 361 | }); |
| 362 | |
| 363 | function assertPushMargins(specs) { |
| 364 | specs.forEach(function(val, i) { |
| 365 | var push = gd._fullLayout._pushmargin['updatemenu-' + i]; |
| 366 | if(val) expect(push).toBeDefined(i); |
| 367 | else expect(push).toBeUndefined(i); |
| 368 | }); |
| 369 | } |
| 370 | |
| 371 | it('should draw only visible menus', function(done) { |
| 372 | var initialUM1 = Lib.extendDeep({}, gd.layout.updatemenus[1]); |
no outgoing calls
no test coverage detected
searching dependent graphs…