(t *testing.T)
| 328 | } |
| 329 | |
| 330 | func TestNextFilteredRollback(t *testing.T) { |
| 331 | sel := Doc().Find(".container-fluid") |
| 332 | sel2 := sel.NextFiltered("div").End() |
| 333 | assertEqual(t, sel, sel2) |
| 334 | } |
| 335 | |
| 336 | func TestNextFiltered2(t *testing.T) { |
| 337 | sel := Doc().Find(".container-fluid").NextFiltered("[ng-view]") |
nothing calls this directly
no test coverage detected
searching dependent graphs…