Commit Graph

141 Commits

Author SHA1 Message Date
Brian Hicks
5720d8868a update testable thingies 2020-10-06 10:38:47 -05:00
Tessa Kelly
c3c88e8cc0 Update segmented control import 2020-09-09 11:07:19 -07:00
Tessa Kelly
0474335320 🎨 simplify test setup 2020-09-09 11:04:44 -07:00
Tessa Kelly
a7ec9f48bb Test mouse enter and mouse leave behavior 2020-09-09 11:00:01 -07:00
Tessa Kelly
d65321053e Use variables for the onHover tests 2020-09-09 10:58:23 -07:00
Tessa Kelly
d0fabd528d Fix the onclick test
Note: the old onClick open-on-focus behavior is gone.
2020-09-09 10:56:20 -07:00
Tessa Kelly
887f612e02 Fix the toggle tip on hover tests 2020-09-09 10:48:43 -07:00
Tessa Kelly
3eb01db0c5 Adds helpers 2020-09-09 10:36:18 -07:00
Tessa Kelly
e0cd60f10e Wet the examples 2020-09-09 10:23:23 -07:00
Tessa Kelly
329aec27c5 Fix tooltip spec compilation 2020-09-09 10:13:42 -07:00
Tessa Kelly
9a98133ce0 Merge remote-tracking branch 'origin/master' into raven/tooltip-v2 2020-09-08 16:40:52 -07:00
Tessa Kelly
82e4c6e63b Fix tests 2020-09-08 16:13:30 -07:00
Tessa Kelly
9f8939b1b6 Use Tooltip V2 2020-09-04 14:38:11 -07:00
Tessa Kelly
fd69c6c8a9 Pull out focus trap helper 2020-09-02 16:56:10 -07:00
Tessa Kelly
9a67a64d63 Expose V11 2020-09-02 10:13:21 -07:00
Tessa Kelly
a2421b7742 Wire up message v2 2020-08-28 16:05:31 -07:00
Brian Hicks
b02d90c59d fix up the tests... again 2020-08-20 16:01:42 -05:00
Brian Hicks
95b1592854 fix up tests 2020-08-20 15:45:26 -05:00
Brian Hicks
85bcfbe424 copy v11 -> v12 2020-08-20 15:07:18 -05:00
Tessa
cfa65b53b5
Merge branch 'master' into tessa/remove-modal-v9 2020-08-20 08:16:18 -07:00
Tessa Kelly
b12520fedf 💀 remove tabs v5 2020-08-18 14:05:09 -07:00
Tessa Kelly
d5d83bcbde 💀 remove modal v9 2020-08-18 14:01:28 -07:00
Tessa
9c608059bb
Merge branch 'master' into tessa/remove-old-segmented-controls 2020-08-17 15:20:05 -07:00
Tessa Kelly
9c8e475aa8 💀 remove segmented control v9 and v10 2020-08-17 13:47:27 -07:00
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
Brian Hicks
3bbcc27d20 test checked attribute (since QA will be depending on it in their tests) 2020-08-17 12:23:39 -05:00
Brian Hicks
94f5d0e5cc move TextInput teests to a non-versioned file 2020-08-13 16:40:03 -05:00
Brian Hicks
8b91af1ccb move SlideModal tests to a non-versioned file 2020-08-13 16:39:20 -05:00
Brian Hicks
b6dc6a21c8 move PremiumCheckbox tests to a non-versioned file 2020-08-13 16:38:48 -05:00
Brian Hicks
b014df5af7 move Tooltip tests to a non-versioned file 2020-08-13 16:35:23 -05:00
Brian Hicks
9a51b4b5c2 move SortableTable tests to a non-versioned file 2020-08-13 16:34:03 -05:00
Brian Hicks
c7d6bafc96 move Page tests to a non-versioned file 2020-08-13 16:33:15 -05:00
Brian Hicks
72b5aeeb69 delete spec for deprecated component 2020-08-13 16:12:18 -05:00
Ju Liu
be9c2e42c5 Implement Modal.V10
Which allows an easier way to customize the modal styling
2020-08-12 15:18:21 +01:00
Tessa Kelly
a30bb6153d Copy V5 tabs to V6 2020-08-05 14:18:03 -07:00
Tessa Kelly
b6b41109e5 cp SegmentedControl/V10.elm SegmentedControl/V11.elm 2020-08-05 13:15:57 -07:00
Tessa
ef6ee0ab21
Merge branch 'master' into lab/stickyable-segmented-control 2020-08-04 21:44:47 -07:00
Tessa Kelly
9601ab46ac Fix json files -- no idea how I messed this up 2020-08-04 21:42:26 -07:00
Tessa
327b49837d
Merge branch 'master' into tessa/kill-sortable-table-v1 2020-08-04 11:18:44 -07:00
Tessa
74327e5e94
Merge branch 'master' into tessa/remove-modal-v8 2020-08-03 15:20:40 -07:00
Tessa
89b6e03905
Merge branch 'master' into tessa/remove-modal-v8 2020-08-03 15:20:04 -07:00
Tessa Kelly
0672ce7c35 Merge remote-tracking branch 'origin/master' into tessa/kill-button-v5 2020-08-03 14:43:47 -07:00
Juan Edi
cbad2b5c1c
Merge branch 'master' into tessa/kill-modal-v2 2020-08-03 15:18:59 -03:00
Tessa Kelly
2c2fc516b1 💀 remove Button V5 2020-07-31 16:16:39 -07:00
Tessa Kelly
9d80ef6edf 💀 remove Modal.V2 2020-07-31 14:10:30 -07:00
Tessa Kelly
e1e52a27f0 Update deprecated imports 2020-07-31 13:19:19 -07:00
Tessa Kelly
603a1f1e5a Fix test file, which should be against the newest version 2020-07-31 13:18:31 -07:00
Tessa Kelly
413fb78e20 Merge remote-tracking branch 'origin/master' into tessa/kill-segmented-control-v6 2020-07-31 13:06:46 -07:00
Tessa
a63b8f9c76
Merge branch 'master' into tessa/add-radio-button 2020-07-31 13:02:11 -07:00
Tessa Kelly
4c0ab29ad6 💀 remove SegmentedControl V6 2020-07-31 12:54:33 -07:00