(t *testing.T)
| 388 | } |
| 389 | |
| 390 | func TestNextAll2(t *testing.T) { |
| 391 | sel := Doc().Find("div[ng-cloak]").NextAll() |
| 392 | assertLength(t, sel.Nodes, 1) |
| 393 | } |
| 394 | |
| 395 | func TestNextAllNone(t *testing.T) { |
| 396 | sel := Doc().Find(".footer").NextAll() |
nothing calls this directly
no test coverage detected
searching dependent graphs…