noredink-ui/tests/Spec/Nri/Ui
Brian Hicks dface805bc add a separate checked attribute for writing tests against
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.
2020-08-17 12:23:39 -05:00
..
Page.elm move Page tests to a non-versioned file 2020-08-13 16:33:15 -05:00
PremiumCheckbox.elm move PremiumCheckbox tests to a non-versioned file 2020-08-13 16:38:48 -05:00
SegmentedControl.elm add a separate checked attribute for writing tests against 2020-08-17 12:23:39 -05:00
Select.elm 💀 remove select v6 2020-04-24 16:55:12 -07:00
SlideModal.elm move SlideModal tests to a non-versioned file 2020-08-13 16:39:20 -05:00
SortableTable.elm move SortableTable tests to a non-versioned file 2020-08-13 16:34:03 -05:00
TextInput.elm move TextInput teests to a non-versioned file 2020-08-13 16:40:03 -05:00
Tooltip.elm move Tooltip tests to a non-versioned file 2020-08-13 16:35:23 -05:00