Tessa Kelly
e7f5f5e559
Fix ci
2021-10-29 11:56:54 -07:00
Tessa Kelly
21d42e1bba
Switch to V7
2021-10-29 11:05:06 -07:00
Tessa Kelly
e3f859f1f1
💀 test against removed module
2021-05-27 18:30:31 -07:00
Ju Liu
7324f5508b
Fix spec
2020-11-16 12:46:24 +00: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
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
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
Tessa Kelly
603a1f1e5a
Fix test file, which should be against the newest version
2020-07-31 13:18:31 -07:00
Tessa Kelly
3bf24352af
💀 remove old components
2020-06-22 17:46:20 -07:00
Tessa Kelly
719cebe867
Fix test compilation
2020-06-10 14:56:55 -07:00
Tessa Kelly
fb53ce05d5
Copy V4 -> V5
2020-06-09 14:21:42 -07:00
Tessa Kelly
f7cf19a07e
Merge remote-tracking branch 'origin/master' into tessa/remove-old-components
2020-05-01 10:35:55 -07:00
Aaron VonderHaar
098bdcce0c
Make Nri.Ui.Tabs.V4 work with ProgramTest.clickButton
...
And also applies the guidelines from https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Tab_Role#Best_practices
2020-04-28 16:29:00 -07:00
Tessa Kelly
d56f45248d
💀 remove select v6
2020-04-24 16:55:12 -07:00
Tessa Kelly
7068f4463c
💀 old segmented control
2020-04-24 16:55:11 -07:00
Tessa Kelly
017cc10300
💀 old slidemodal
2020-04-24 16:55:11 -07:00
Tessa Kelly
f656b6677e
💀 remove old tests
2020-04-24 16:54:52 -07:00
Aaron VonderHaar
af94ad7d0c
Remove unnecessary setup from Spec.Nri.Ui.TextInput.V6
2020-04-13 17:01:33 -07:00
Aaron VonderHaar
a2d305b6e4
New attributes-style API for TextInput.V6
2020-04-13 17:01:33 -07:00
Aaron VonderHaar
36ce3cb9b2
Inline Spec.Nri.Ui.TextInput.V6.basic
2020-04-13 16:08:54 -07:00
Aaron VonderHaar
fab0271d03
Create Nri.Ui.TextInput.V6 from V5
2020-04-13 14:36:39 -07:00
Tessa Kelly
7bff7cf3d9
Use pennant v2 in checkbox module
2020-03-31 10:54:40 -07:00
Gavin Panella
28d36c6f64
Revert "Merge pull request #461 from NoRedInk/puffins/prepare-for-merge"
...
This reverts commit 4373c78d82
, reversing
changes made to 6b78075f02
.
2020-03-06 20:00:34 +01:00
Stoeffel
873f0ef521
move files into subdirectory
2020-03-02 10:45:03 +01:00
Tessa Kelly
3ce36fe1d5
Fix test compilation
2020-01-16 13:20:14 -08:00
Tessa Kelly
c8c2d9d875
Adds Select V7 (direct copy of V6)
2020-01-16 11:41:51 -08:00
brookeangel
4ae52055e3
fix test for toggletip
2019-12-02 16:13:26 -08:00
brookeangel
7e55bfbd2a
also test toggletip and add some accessibility goodies
2019-09-30 15:29:43 -07:00
brookeangel
77b485a485
both types of tooltips can trigger on focus / blur - test it
2019-09-30 14:30:21 -07:00
Katie Hughes
ffafed6ddd
add test confirming click clicks
2019-09-17 15:20:47 -07:00
Katie Hughes
daa6d2046d
fix test
2019-09-16 16:26:30 -07:00
Katie Hughes
0737af2649
try another attribute so aria isn't mad
2019-09-16 14:51:24 -07:00