ฉันใช้ Rspec และ Capybara
ฉันจะเขียนขั้นตอนในการตรวจสอบได้checkbox
อย่างไร? ฉันพยายามcheck
ตามค่า แต่ไม่พบcheckbox
ไฟล์. ฉันไม่แน่ใจว่าต้องทำอย่างไรเนื่องจากฉันมี ID เดียวกันและมีค่าต่างกัน
นี่คือรหัส:
<input id="cityID" type="checkbox" style="text-align: center; opacity: 0;" value="61" name="cityID">
<input id="cityID" type="checkbox" style="text-align: center; opacity: 0;" value="62" name="cityID">
<input id="cityID" type="checkbox" style="text-align: center; opacity: 0;" value="63" name="cityID">