mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-07 23:18:53 +03:00
dface805bc
The basic problem here: `node.checked = true` in a real browser does not modify the DOM; it only modifies the internal state of the element. It shows up in our tests because `Test.Html.Query` makes all the elements and properties visible for testing. To get around this, we just add a `data-nri-checked` for automated tests to use. |
||
---|---|---|
.. | ||
Page.elm | ||
PremiumCheckbox.elm | ||
SegmentedControl.elm | ||
Select.elm | ||
SlideModal.elm | ||
SortableTable.elm | ||
TextInput.elm | ||
Tooltip.elm |