within("#legislation_proposals_list") do
        within all(".legislation_proposal")[0] { expect(page).to have_content("30") }
        within all(".legislation_proposal")[1] { expect(page).to have_content("20") }
        within all(".legislation_proposal")[2] { expect(page).to have_content("10") }