Skip to content

Commit 63f2747

Browse files
committed
fixup! test(mdc-button): add performance tests for mdc-button
1 parent 9e422bd commit 63f2747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks/mdc/button/button.perf-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('button performance benchmarks', () => {
3232
ignoreBrowserSynchronization: true,
3333
params: [],
3434
setup: async () => await $('#show').click(),
35-
work: async () => await $('.mat-raised-button').click(),
35+
work: async () => await $('.mat-mdc-raised-button').click(),
3636
});
3737
});
3838
});

0 commit comments

Comments
 (0)