Skip to content

Commit 1a7d0e3

Browse files
crisbetojelbourn
authored andcommitted
chore: re-add missing button to stepper e2e spec (#7400)
Re-adds a button that was missing from the stepper e2e setup, causing one of the tests to fail.
1 parent c021e94 commit 1a7d0e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material-examples/stepper-overview/stepper-overview-example.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<button mat-raised-button (click)="isLinear = true" id="toggle-linear">Enable linear mode</button>
2+
13
<mat-horizontal-stepper [linear]="isLinear">
24
<mat-step [stepControl]="firstFormGroup">
35
<form [formGroup]="firstFormGroup">

0 commit comments

Comments
 (0)