mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 03:01:41 +03:00
Fix missing select for Page example
This commit is contained in:
parent
48d80f88fc
commit
3936ed26dc
@ -71,7 +71,6 @@ describe('UI tests', function () {
|
||||
|
||||
const skippedRules = {
|
||||
'Accordion': ['heading-order'],
|
||||
'Page': ['select-name'],
|
||||
'RadioButton': ['duplicate-id'],
|
||||
'Select': ['label'],
|
||||
'Switch': ['aria-allowed-attr'],
|
||||
|
@ -54,7 +54,14 @@ example =
|
||||
, version = 3
|
||||
, categories = [ Messaging ]
|
||||
, keyboardSupport = []
|
||||
, state = { httpError = CommonControls.httpError, recoveryText = initRecoveryText }
|
||||
, state =
|
||||
{ httpError =
|
||||
Control.record identity
|
||||
|> Control.field "httpError" CommonControls.httpError
|
||||
, recoveryText =
|
||||
Control.record identity
|
||||
|> Control.field "recoveryText" initRecoveryText
|
||||
}
|
||||
, update = update
|
||||
, subscriptions = \_ -> Sub.none
|
||||
, preview =
|
||||
|
Loading…
Reference in New Issue
Block a user