(name)
| 130 | }; |
| 131 | |
| 132 | var findButton = function(name){ |
| 133 | return buttonByName(element, name); |
| 134 | }; |
| 135 | |
| 136 | // We use an assumption here and only test whether the button reports as being activated |
| 137 | // it ended up being too difficult to reselect and un-apply |
no test coverage detected
searching dependent graphs…