Throw WireActionNotFound Exception for Non-Existent Listener Actions … #322
GitHub Actions / adobe@2021 Test Results
succeeded
Jan 10, 2024 in 0s
All 102 tests pass, 5 skipped in 3s
Annotations
Check notice on line 0 in .github
github-actions / adobe@2021 Test Results
5 skipped tests found
There are 5 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
tests.specs.CBWIRESpec ‑ Auto injected assets it auto inject assets if 'autoInjectAssets' is enabled
tests.specs.CBWIRESpec ‑ InitialRender can call renderView from a template
tests.specs.CBWIRESpec ‑ InitialRender throws error if there are two or more outer elements
tests.specs.CBWIRESpec ‑ SubsequentRender can call refresh() and generate a new id
tests.specs.CBWIRESpec ‑ SubsequentRender partially renders a child component if it's already an existing child in the incoming payload
Check notice on line 0 in .github
github-actions / adobe@2021 Test Results
107 tests found
There are 107 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.CBWIRESpec ‑ Auto injected assets it auto inject assets if 'autoInjectAssets' is enabled
tests.specs.CBWIRESpec ‑ Auto injected assets it doesn't auto inject assets by default
tests.specs.CBWIRESpec ‑ CBWIREService can getScripts()
tests.specs.CBWIRESpec ‑ CBWIREService can getStyles()
tests.specs.CBWIRESpec ‑ CBWIREService can getStyles() with Turbo
tests.specs.CBWIRESpec ‑ CBWIREService can render component from ./wires folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREService can render component from nested folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREService can render component from nested module folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREService can render component from nested module using default wires location
tests.specs.CBWIRESpec ‑ CBWIREService can render component from outside folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREService throws error if it's unable to find a module component
tests.specs.CBWIRESpec ‑ Component without onMount can render with empty struct parameters passed
tests.specs.CBWIRESpec ‑ Component without onMount can render with no parameters passed
tests.specs.CBWIRESpec ‑ Component without onMount can render with parameters of types string, boolean, numeric, date, array, or struct and merge with pre-existing data properties
tests.specs.CBWIRESpec ‑ Component without onMount throws MissingOnMount when parameters contains value of datatype other than string, boolean, numeric, date, array, or struct (cfcomponent)
tests.specs.CBWIRESpec ‑ Component without onMount throws MissingOnMount when parameters contains value of datatype other than string, boolean, numeric, date, array, or struct (java object)
tests.specs.CBWIRESpec ‑ Component without onMount throws MissingOnMount when parameters contains value of datatype other than string, boolean, numeric, date, array, or struct (user defined function)
tests.specs.CBWIRESpec ‑ InitialRender caches computed properties
tests.specs.CBWIRESpec ‑ InitialRender can call computed property
tests.specs.CBWIRESpec ‑ InitialRender can call entangle()
tests.specs.CBWIRESpec ‑ InitialRender can call renderView from a template
tests.specs.CBWIRESpec ‑ InitialRender can call udf method defined on the component
tests.specs.CBWIRESpec ‑ InitialRender can render a child component
tests.specs.CBWIRESpec ‑ InitialRender can render data properties using args scope and data property name
tests.specs.CBWIRESpec ‑ InitialRender can render data properties using data property name
tests.specs.CBWIRESpec ‑ InitialRender can use global UDFs in application helpers
tests.specs.CBWIRESpec ‑ InitialRender can use helper methods from other modules ( cbi18n )
tests.specs.CBWIRESpec ‑ InitialRender can use property injection on component
tests.specs.CBWIRESpec ‑ InitialRender fires onDIComplete
tests.specs.CBWIRESpec ‑ InitialRender is an instance of InitialRenderer
tests.specs.CBWIRESpec ‑ InitialRender is an object
tests.specs.CBWIRESpec ‑ InitialRender lifecycle onLoad method executes and updates data properties
tests.specs.CBWIRESpec ‑ InitialRender lifecycle onMount method executes and updates data properties
tests.specs.CBWIRESpec ‑ InitialRender lifecycle onMount method executes with expected parameters
tests.specs.CBWIRESpec ‑ InitialRender registers listeners
tests.specs.CBWIRESpec ‑ InitialRender renders a basic component
tests.specs.CBWIRESpec ‑ InitialRender throws error if it's unable to find an outer element
tests.specs.CBWIRESpec ‑ InitialRender throws error if there are two or more outer elements
tests.specs.CBWIRESpec ‑ InitialRender uses onRender() if defined
tests.specs.CBWIRESpec ‑ InitialRender validation validates constraints
tests.specs.CBWIRESpec ‑ InitialRender wire:initial-data contains defined listeners
tests.specs.CBWIRESpec ‑ InitialRender wire:initial-data has expected structure
tests.specs.CBWIRESpec ‑ InitialRender wire:initial-data has properties with their default values
tests.specs.CBWIRESpec ‑ InitialRender wire:initial-data has valid json
tests.specs.CBWIRESpec ‑ Single-file Components caches single-file components is 'cacheSingleFileComponents' setting is enabled
tests.specs.CBWIRESpec ‑ Single-file Components can render single-file components
tests.specs.CBWIRESpec ‑ SubsequentRender Nested data binding can sync nested structure array data
tests.specs.CBWIRESpec ‑ SubsequentRender Nested data binding can sync nested structure data
tests.specs.CBWIRESpec ‑ SubsequentRender actions can call getInstance()
tests.specs.CBWIRESpec ‑ SubsequentRender calling noRender() causes no rendering to be returned
tests.specs.CBWIRESpec ‑ SubsequentRender can call computed properties from actions
tests.specs.CBWIRESpec ‑ SubsequentRender can call helper methods defined in other modules
tests.specs.CBWIRESpec ‑ SubsequentRender can call refresh() and generate a new id
tests.specs.CBWIRESpec ‑ SubsequentRender can render a child component
tests.specs.CBWIRESpec ‑ SubsequentRender can render a component with comments
tests.specs.CBWIRESpec ‑ SubsequentRender can sync input
tests.specs.CBWIRESpec ‑ SubsequentRender declaring queryString causes it to be returned in path
tests.specs.CBWIRESpec ‑ SubsequentRender dispatch() can dispatch an event with arguments
tests.specs.CBWIRESpec ‑ SubsequentRender dispatch() can dispatch an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emit() can emit an event with many arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emit() can emit an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emit() can emit an event with one argument
tests.specs.CBWIRESpec ‑ SubsequentRender emitSelf() can emit an event with many arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitSelf() can emit an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitSelf() can emit an event with one argument
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() can emit an event with many arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() can emit an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() can emit an event with one argument
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() executes a registered listener
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() throws error when executing a listener with a missing action
tests.specs.CBWIRESpec ‑ SubsequentRender emitUp() can emit an event with many arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitUp() can emit an event with one argument
tests.specs.CBWIRESpec ‑ SubsequentRender emitUp() can emit up an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender executes onLoad
tests.specs.CBWIRESpec ‑ SubsequentRender file uploads can finish an upload
tests.specs.CBWIRESpec ‑ SubsequentRender file uploads can start an upload
tests.specs.CBWIRESpec ‑ SubsequentRender hydration executes actions
tests.specs.CBWIRESpec ‑ SubsequentRender hydration executes onHydrate()
tests.specs.CBWIRESpec ‑ SubsequentRender hydration executes onHydratePropertyName
tests.specs.CBWIRESpec ‑ SubsequentRender hydration populates id from fingerperint
tests.specs.CBWIRESpec ‑ SubsequentRender hydration tracks dirty properties
tests.specs.CBWIRESpec ‑ SubsequentRender hydration updates data properties from server memo data
tests.specs.CBWIRESpec ‑ SubsequentRender is an instance of SubsequentRenderer
tests.specs.CBWIRESpec ‑ SubsequentRender is an object
tests.specs.CBWIRESpec ‑ SubsequentRender magicActions should be able to $set property
tests.specs.CBWIRESpec ‑ SubsequentRender magicActions should be able to $toggle false
tests.specs.CBWIRESpec ‑ SubsequentRender magicActions should be able to $toggle true
tests.specs.CBWIRESpec ‑ SubsequentRender partially renders a child component if it's already an existing child in the incoming payload
tests.specs.CBWIRESpec ‑ SubsequentRender redirecting can relocate to a URL
tests.specs.CBWIRESpec ‑ SubsequentRender redirecting can relocate to an event
tests.specs.CBWIRESpec ‑ SubsequentRender redirecting can relocate to an uri
tests.specs.CBWIRESpec ‑ SubsequentRender reset can reset() a single property
tests.specs.CBWIRESpec ‑ SubsequentRender reset can reset() all properties
tests.specs.CBWIRESpec ‑ SubsequentRender reset can reset() an array of properties
tests.specs.CBWIRESpec ‑ SubsequentRender reset can resetExcept() a single property
tests.specs.CBWIRESpec ‑ SubsequentRender reset can resetExcept() an array of properties
tests.specs.CBWIRESpec ‑ SubsequentRender throws an error if we call an action that doesn't exist
tests.specs.CBWIRESpec ‑ SubsequentRender updates executes onUpdate
tests.specs.CBWIRESpec ‑ SubsequentRender updates executes onUpdate[Property]
tests.specs.CBWIRESpec ‑ SubsequentRender validation can call validate() from an action
tests.specs.CBWIRESpec ‑ SubsequentRender validation can call validateOrFail() from an action and COMPLETE
tests.specs.CBWIRESpec ‑ SubsequentRender validation can call validateOrFail() from an action and FAIL
tests.specs.interceptors.AutoInjectAssetsSpec ‑ interceptors.test does inject assets if set to true
tests.specs.interceptors.AutoInjectAssetsSpec ‑ interceptors.test does not inject assets if set to false
tests.specs.interceptors.AutoInjectAssetsSpec ‑ interceptors.test should configure correctly
tests.specs.interceptors.CheckIncomingRequestHeadersSpec ‑ interceptor.test should return null and allow processing if 'X-Livewire' HTTP header is present
tests.specs.interceptors.CheckIncomingRequestHeadersSpec ‑ interceptor.test should return true and prevent processing if 'X-Livewire' HTTP header is not present
Loading