def be_first_child(): return bys.first_child()
def test_first_child(): assert first_child() == ("xpath", "./*[1]")