(t *testing.T)
| 5 | ) |
| 6 | |
| 7 | func TestFirst(t *testing.T) { |
| 8 | sel := Doc().Find(".pvk-content").First() |
| 9 | assertLength(t, sel.Nodes, 1) |
| 10 | } |
| 11 | |
| 12 | func TestFirstEmpty(t *testing.T) { |
| 13 | sel := Doc().Find(".pvk-zzcontentzz").First() |
nothing calls this directly
no test coverage detected