Skip to content

Commit

Permalink
Fix missing {static: false} in navigateForward = visited test (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
madoar committed Aug 11, 2019
1 parent 70b638d commit bfed000
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ import {checkWizardState, checkWizardNavigableSteps} from '../util/test-utils';
`
})
class WizardTestComponent {
@ViewChild(WizardComponent)
@ViewChild(WizardComponent, {static: false})
public wizard: WizardComponent;
}

Expand Down

0 comments on commit bfed000

Please sign in to comment.