From f310ed6139b73b7b1780d68dda56a425dba1145a Mon Sep 17 00:00:00 2001 From: "T.J. Maher" Date: Tue, 19 Feb 2019 13:56:31 -0500 Subject: [PATCH] Add checkbox ids Attempting to add to checkboxes the id='checkbox1' and id='checkbox2' to make it easier to automate. Not sure if this way I am proposing is correct. --- views/checkboxes.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/checkboxes.erb b/views/checkboxes.erb index 9e4c1872..c2803d5c 100644 --- a/views/checkboxes.erb +++ b/views/checkboxes.erb @@ -1,8 +1,8 @@

Checkboxes

- checkbox 1
- checkbox 2 + checkbox 1
+ checkbox 2