(modeBar)
| 157 | |
| 158 | describe('creates a custom button', function() { |
| 159 | function getIconSvg(modeBar) { |
| 160 | if(!modeBar || !modeBar.buttonElements || !modeBar.buttonElements.length > 0) { |
| 161 | return undefined; |
| 162 | } |
| 163 | var button = modeBar.buttonElements[0]; |
| 164 | return d3Select(button).select('svg'); |
| 165 | } |
| 166 | |
| 167 | it('with a Plotly icon', function() { |
| 168 | var modeBar = createModeBar(getMockGraphInfo(), [[ |
no outgoing calls
no test coverage detected
searching dependent graphs…