angular-archwizard
angular-archwizard copied to clipboard
"selected-step.directive.spec.ts" appears to be outdated
The html template string in selected-step.directive.spec.ts
appears to be outdated. Currently it contains the line <aw-wizard navigationMode="free">
. This line is not 100% compatible with the current version of angular-archwizard
because the input navigationMode
does not exist anymore in WizardComponent
. Therefore the test needs to be changed or deleted.