patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

feat(WizardComposable): supporting component unit tests

Open jpuzz0 opened this issue 3 years ago • 0 comments

Depends on: #7703

Added unit tests for the following:

  • WizardComposableFooter
  • WizardComposableStep
  • WizardComposableToggle
  • WizardComposableBody

Note:

  • WizardComposableContext, although is implicitly somewhat tests via WizardComposable tests, since more changes are planned for it, any explicit tests will be deferred to a separate task.

In addition:

  • Bubbled up a prop for controlling the mount/unmount state of inactive steps to WizardComposable as well.

jpuzz0 avatar Jul 25 '22 15:07 jpuzz0