Commit Graph

106 Commits

Author SHA1 Message Date
Brian J. Cardiff
36064316fd
Update tests/Spec/Nri/Ui/Menu.elm
Co-authored-by: Tessa <tesk9@users.noreply.github.com>
2022-06-24 18:20:40 -03:00
Brian J. Cardiff
97dddc6306 Add test for click interaction 2022-06-24 17:35:55 -03:00
Brian J. Cardiff
92e0e0244f Add test for mouse hover interaction 2022-06-24 17:27:24 -03:00
Tessa Kelly
f80580fb00 💀 remove slide and slide modal 2022-06-09 13:26:01 -07:00
Tessa Kelly
e991231691 💀 remove PremiumLevel and the component versions that depended on it 2022-06-09 13:25:40 -07:00
Tessa Kelly
b5058f545e Adds expectations against the disabled status 2022-05-16 14:09:16 -07:00
Tessa Kelly
61db0f617f Adds role assertions 2022-05-16 14:03:52 -07:00
Tessa Kelly
fcbba87765 Get tests to fail 2022-05-16 10:14:15 -07:00
Tessa Kelly
507915d8dd Refactor to focus the tests on the pieces of info that matter 2022-05-16 10:10:30 -07:00
Tessa Kelly
a6d6f275c0 Adds some basic tests against non-disabled links 2022-05-16 10:04:25 -07:00
Tessa Kelly
fdd8078435 onHover -> onToggle 2022-05-02 15:40:11 -07:00
Tessa Kelly
f07b544a81 Update specs 2022-05-02 15:33:02 -07:00
Ju Liu
f2f4796648 Run autofix 2022-03-15 17:13:25 +00:00
Tessa Kelly
d5bf1577b4 💀 Select V7 2021-11-12 09:56:04 -08:00
Tessa Kelly
aa252e0348 💀 remove Select V5 2021-11-09 12:38:31 -08:00
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
Tessa Kelly
e5c36924a4 💀 remove zipper extra 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