bahmutov / cyclope

Cypress DOM snapshots and consistent image diffing in the cloud
13 stars 2 forks source link

Checkboxes #3

Closed bahmutov closed 3 years ago

bahmutov commented 3 years ago

Check if checkbox state is correctly preserved

The problem is visible in https://github.com/bahmutov/test-todomvc-using-keyboard/tree/try-cyclope

The page has the checkboxes green

Screen Shot 2021-09-20 at 13 50 47

Cypress DOM snapshots correctly restore the checkbox state

The saved static page does not have the checkboxes set

Screen Shot 2021-09-20 at 13 49 18
bahmutov commented 3 years ago

Solved - asking the checkbox.checked property and setting the checked attribute