Commit Graph

368 Commits

Author SHA1 Message Date
Juan Edi
5dc122ca9c qualify calls to Spec.TabsInternalHelpers
we'll make it so that the non tabbed use case doesn't rely on that
2023-09-01 16:55:50 -03:00
Juan Edi
d4a2609a42 rename config fields that are not view functions anymore
viewPreviousButton -> previousButton
viewNextButton -> nextButton
2023-09-01 16:27:12 -03:00
Arthur Bernardi Jordão
1be3815769
Add tests for carousel with combined controls 2023-09-01 12:54:07 -03:00
Arthur Bernardi Jordão
3627ca16a7
Add test for carousel with prev/next controls 2023-09-01 12:23:10 -03:00
Arthur Bernardi Jordão
565115df6b
Adapt existing tests to v2 2023-08-31 22:59:23 -03:00
Tessa Kelly
eabe6c9bed Adds explicit tests against the checkbox behavior
note that these tests don't actually fail, because the node that they're testing against is in the DOM
2023-08-22 10:51:46 -06:00
charbelrami
8c179dc48e create Highlighter.V5, undo changes in V4 2023-08-21 16:39:47 -03:00
Tessa
0d4ce06775
Merge pull request #1460 from NoRedInk/tessa/fix-checkbox-guidance-alignment
🔧 Fix checkbox guidance alignment
2023-08-17 08:52:21 -06:00
Micah Hahn
73c6f68112 Change characterWidth to widthInChars 2023-08-16 09:13:51 -05:00
Micah Hahn
abfe5f525e Merge branch 'master' into phx-880-support-dynamic-blank-block-widths 2023-08-15 16:25:19 -05:00
Micah Hahn
37b277cb80 Update unit tests 2023-08-15 16:14:48 -05:00
Tessa Kelly
d87a897dc0 Fix test 2023-08-15 10:54:19 -06:00
Tessa Kelly
a885497211 Use Switch.V3 2023-08-15 10:54:19 -06:00
Micah Hahn
b5aa1370a6 Pull word ids from V6 2023-08-15 11:51:21 -05:00
Micah Hahn
c9ec219a6c Cerate Block.V6 2023-08-15 11:18:58 -05:00
Tessa Kelly
9398718e62 Adds missing describedby relationship 2023-08-10 15:39:56 -06:00
Tessa Kelly
49697b2a34 Merge remote-tracking branch 'origin/master' into hack/tessa/auto-expanded-sidenav 2023-08-10 14:58:21 -06:00
Tessa Kelly
b433937fc1 Elm review 2023-08-08 11:24:22 -06:00
Tessa Kelly
8e80f09b03 test the focus trap 2023-08-08 11:23:56 -06:00
Tessa Kelly
a581f5d462 Adds focus movement from modal title test 2023-08-08 11:14:34 -06:00
Tessa Kelly
dbbcb85e17 Don't start modal open -- we click to open it in the spec 2023-08-08 11:01:22 -06:00
Tessa Kelly
83c2374623 Set up effect pattern for modal tests 2023-08-08 11:00:43 -06:00
Tessa Kelly
284306fd1f Adds tests, exposing that the custom attributes aren't appropriately added currently 2023-08-04 16:00:40 -06:00
Tessa Kelly
70a6afafc1 Use SideNav.V5 2023-08-04 10:04:24 -06:00
Juan Wajnerman
ac8ddb8597
Added guidanceHtml 2023-08-02 17:22:53 -03:00
Tessa Kelly
749366ee90 Merge remote-tracking branch 'origin/master' into bat/prep-for-major-release 2023-08-02 14:00:40 -06:00
Tessa
1d0f740c34
Merge pull request #1430 from NoRedInk/bat/loop-focus
🌟 FocusLoop
2023-08-02 13:59:50 -06:00
Tessa Kelly
2af38e858c Improve the FocusLoop API a bit by making it more general 2023-07-26 16:53:42 -06:00
Tessa Kelly
d83a6aed72 Adds a test against the three element behavior 2023-07-26 16:53:42 -06:00
Tessa Kelly
ac09cb6acd Fix tests 2023-07-26 16:53:42 -06:00
Tessa Kelly
3093d65de4 Adjust the types to allow for wiring up the events the rest of the way 2023-07-26 16:53:42 -06:00
Tessa Kelly
541224c85f Adds failing tests against a two-element list 2023-07-26 16:53:42 -06:00
Tessa Kelly
dca298caa0 Generalize the test set up 2023-07-26 16:53:42 -06:00
Tessa Kelly
bf892417bb Begin setting up tests 2023-07-26 16:53:42 -06:00
Tessa Kelly
cd04afe5bc Elm review 2023-07-26 16:15:25 -06:00
Tessa Kelly
f3a038e188 Adds tabbable False 2023-07-26 15:37:43 -06:00
Tessa Kelly
fc16c6a652 Adds titleId helper 2023-07-26 15:35:39 -06:00
Tessa Kelly
d232afd829 Improve the character API 2023-07-25 17:38:38 -06:00
Tessa Kelly
110c3d3634 Fix test: characters do not render by default anymore 2023-07-25 17:36:15 -06:00
Tessa Kelly
df4bbd2182 💀 remove Tabs.V7 2023-07-25 17:06:29 -06:00
Tessa Kelly
87427ff418 Fix compilation 2023-07-25 16:47:59 -06:00
Tessa Kelly
3d50da88b3 Add missing QuestionBox version 2023-07-25 16:27:46 -06:00
Tessa Kelly
1bfc76fdd5 💀 remove Highlightable.V2 and Highlighter.V3 2023-07-25 15:48:39 -06:00
Tessa Kelly
340a28fede 💀 remove Highlightable.V1 2023-07-25 15:36:56 -06:00
Tessa Kelly
363e5bfe50 Make the test pass 2023-07-20 11:31:34 -06:00
Tessa Kelly
52eeea219b Adds failing test against desired behavior 2023-07-20 11:28:40 -06:00
Alex Perkins
50073d5584
Merge pull request #1412 from NoRedInk/growth/minimalist-tabs
Growth/minimalist tabs
2023-06-30 10:58:25 -06:00
Alex Perkins
8311e39ab6
MinimalTabs -> TabsMinimal how continental 2023-06-23 10:28:22 -06:00
Alex Perkins
8e7f41d5b5
tests! 2023-06-21 18:28:46 -06:00
Charbel
fea7e7a156
Merge pull request #1405 from NoRedInk/tests-accordion-panel-segmentedcontrol-switch
A11-2653, A11-2664, A11-2669, A11-2670, add tests for Accordion, Panel, SegmentedControl, and Switch
2023-06-14 13:56:45 -03:00